#CC72CE

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

Shades of Orchid #CC72CE

Tints of Orchid #CC72CE

Color information

#CC72CE (or 0xCC72CE) is unknown color: approx Orchid. HEX triplet: CC, 72 and CE. RGB value is (204,114,206). Sum of RGB (Red+Green+Blue) = 204+114+206=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72CE is #338D31. Grayscale: #979797. Windows color (decimal): -3378482 or 13529804. OLE color: 13529804.

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

Color convert

RGB204114206-
CMYK0.010.4500.19
HSL298.7º48.42%62.75%-
HSV(B)298.7º44.66%80.78%-
XYZ42.0629.3361.84-
YUV151.4158.82165.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=38.93%
G=21.76%
B=39.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041142060.010.4500.19298.748.4262.75
HexCC72CE12D01312b303f
Octal3141623161550234536077
Binary110011001110010110011101101101010011100101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72CE; }

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

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

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

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

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

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

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

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