#CC69E3

Color #CC69E3 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC69E3

Tints of Orchid #CC69E3

Color information

#CC69E3 (or 0xCC69E3) is unknown color: approx Orchid. HEX triplet: CC, 69 and E3. RGB value is (204,105,227). Sum of RGB (Red+Green+Blue) = 204+105+227=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC69E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69E3 is #33961C. Grayscale: #949494. Windows color (decimal): -3380765 or 14903756. OLE color: 14903756.

HSL color Cylindrical-coordinate representation of color #CC69E3: hue angle of 288.69º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC69E3 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204105227-
CMYK0.100.5400.11
HSL288.69º68.54%65.1%-
HSV(B)288.69º53.74%89.02%-
XYZ43.8228.4975.86-
YUV148.51172.3167.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=38.06%
G=19.59%
B=42.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041052270.100.5400.11288.6968.5465.1
HexCC69E3A360B1214541
Octal3141513431266013441105101
Binary1100110011010011110001110101101100101110010000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69E3; }

 p { color: rgb(204,105,227); }

 H1.HeaderClassName
 {
   color: #CC69E3;
 }
 .AnyTagClassName
 {
   color: #CC69E3;
 }
</style>
background-color css

<style>
 a { background-color: #CC69E3; }

 a { background-color: rgb(204,105,227); }

 div.DivClassName
 {
   background-color: #CC69E3;
 }
 .BgClassName
 {
   background-color: #CC69E3;
 }
</style>
border-color css

<style>
 span { border-color: #CC69E3; }

 span { border-color: rgb(204,105,227); }

 td.TdClassName
 {
   border-color: #CC69E3;
 }
 .TagClassName
 {
   border-color: #CC69E3;
 }
</style>