#CE72DE

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

Shades of Orchid #CE72DE

Tints of Orchid #CE72DE

Color information

#CE72DE (or 0xCE72DE) is unknown color: approx Orchid. HEX triplet: CE, 72 and DE. RGB value is (206,114,222). Sum of RGB (Red+Green+Blue) = 206+114+222=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DE is #318D21. Grayscale: #999999. Windows color (decimal): -3247394 or 14578382. OLE color: 14578382.

HSL color Cylindrical-coordinate representation of color #CE72DE: hue angle of 291.11º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE72DE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206114222-
CMYK0.070.4900.13
HSL291.11º62.07%65.88%-
HSV(B)291.11º48.65%87.06%-
XYZ44.6630.4372.63-
YUV153.82166.48165.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=38.01%
G=21.03%
B=40.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061142220.070.4900.13291.1162.0765.88
HexCE72DE7310D1233e42
Octal31616233676101544376102
Binary11001110111001011011110111110001011011001000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72DE; }

 p { color: rgb(206,114,222); }

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

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

 a { background-color: rgb(206,114,222); }

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

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

 span { border-color: rgb(206,114,222); }

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