#CE6CC9

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

Shades of Orchid #CE6CC9

Tints of Orchid #CE6CC9

Color information

#CE6CC9 (or 0xCE6CC9) is unknown color: approx Orchid. HEX triplet: CE, 6C and C9. RGB value is (206,108,201). Sum of RGB (Red+Green+Blue) = 206+108+201=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CC9 is #319336. Grayscale: #939393. Windows color (decimal): -3248951 or 13200590. OLE color: 13200590.

HSL color Cylindrical-coordinate representation of color #CE6CC9: hue angle of 303.06º 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 #CE6CC9 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206108201-
CMYK00.480.020.19
HSL303.06º50%61.57%-
HSV(B)303.06º47.57%80.78%-
XYZ41.3628.0658.5-
YUV147.9157.97169.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=40%
G=20.97%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610820100.480.020.19303.065061.57
HexCE6CC903021312f323e
Octal3161543110602234576276
Binary1100111011011001100100101100001010011100101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CC9; }

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

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

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

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

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

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

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

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