#CE66E6

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

Shades of Orchid #CE66E6

Tints of Orchid #CE66E6

Color information

#CE66E6 (or 0xCE66E6) is unknown color: approx Orchid. HEX triplet: CE, 66 and E6. RGB value is (206,102,230). Sum of RGB (Red+Green+Blue) = 206+102+230=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66E6 is #319919. Grayscale: #939393. Windows color (decimal): -3250458 or 15099598. OLE color: 15099598.

HSL color Cylindrical-coordinate representation of color #CE66E6: hue angle of 288.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE66E6 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206102230-
CMYK0.100.5600.10
HSL288.75º71.91%65.1%-
HSV(B)288.75º55.65%90.2%-
XYZ44.4928.3477.99-
YUV147.69174.46169.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 230 (90.23% from 255) = 42.75%
R=38.29%
G=18.96%
B=42.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061022300.100.5600.10288.7571.9165.1
HexCE66E6A380A1214841
Octal3161463461270012441110101
Binary1100111011001101110011010101110000101010010000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE66E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE66E6; }

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

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

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

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

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

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

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

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