#CE66E8

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

Shades of Orchid #CE66E8

Tints of Orchid #CE66E8

Color information

#CE66E8 (or 0xCE66E8) is unknown color: approx Orchid. HEX triplet: CE, 66 and E8. RGB value is (206,102,232). Sum of RGB (Red+Green+Blue) = 206+102+232=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66E8 is #319917. Grayscale: #939393. Windows color (decimal): -3250456 or 15230670. OLE color: 15230670.

HSL color Cylindrical-coordinate representation of color #CE66E8: hue angle of 288º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE66E8 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206102232-
CMYK0.110.5600.09
HSL288º73.86%65.49%-
HSV(B)288º56.03%90.98%-
XYZ44.7728.4579.48-
YUV147.92175.46169.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 102 (40.23% from 255) = 18.89%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=38.15%
G=18.89%
B=42.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061022320.110.5600.0928873.8665.49
HexCE66E8B38091204a41
Octal3161463501370011440112101
Binary1100111011001101110100010111110000100110010000010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE66E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE66E8; }

 p { color: rgb(206,102,232); }

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

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

 a { background-color: rgb(206,102,232); }

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

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

 span { border-color: rgb(206,102,232); }

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