#CE72DD

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

Shades of Orchid #CE72DD

Tints of Orchid #CE72DD

Color information

#CE72DD (or 0xCE72DD) is unknown color: approx Orchid. HEX triplet: CE, 72 and DD. RGB value is (206,114,221). Sum of RGB (Red+Green+Blue) = 206+114+221=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DD is #318D22. Grayscale: #999999. Windows color (decimal): -3247395 or 14512846. OLE color: 14512846.

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

Color convert

RGB206114221-
CMYK0.070.4800.13
HSL291.59º61.14%65.69%-
HSV(B)291.59º48.42%86.67%-
XYZ44.5230.3871.92-
YUV153.71165.98165.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=38.08%
G=21.07%
B=40.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061142210.070.4800.13291.5961.1465.69
HexCE72DD7300D1243d42
Octal31616233576001544475102
Binary11001110111001011011101111110000011011001001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72DD; }

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

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

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

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

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

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

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

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