#CE6CC6

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

Shades of Orchid #CE6CC6

Tints of Orchid #CE6CC6

Color information

#CE6CC6 (or 0xCE6CC6) is unknown color: approx Orchid. HEX triplet: CE, 6C and C6. RGB value is (206,108,198). Sum of RGB (Red+Green+Blue) = 206+108+198=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CC6 is #319339. Grayscale: #939393. Windows color (decimal): -3248954 or 13003982. OLE color: 13003982.

HSL color Cylindrical-coordinate representation of color #CE6CC6: hue angle of 304.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CC6 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206108198-
CMYK00.480.040.19
HSL304.9º50%61.57%-
HSV(B)304.9º47.57%80.78%-
XYZ41.0127.9256.65-
YUV147.56156.47169.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=40.23%
G=21.09%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610819800.480.040.19304.95061.57
HexCE6CC6030413131323e
Octal3161543060604234616276
Binary11001110110110011000110011000010010011100110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CC6; }

 p { color: rgb(206,108,198); }

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

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

 a { background-color: rgb(206,108,198); }

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

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

 span { border-color: rgb(206,108,198); }

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