#CC72E0

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

Shades of Orchid #CC72E0

Tints of Orchid #CC72E0

Color information

#CC72E0 (or 0xCC72E0) is unknown color: approx Orchid. HEX triplet: CC, 72 and E0. RGB value is (204,114,224). Sum of RGB (Red+Green+Blue) = 204+114+224=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC72E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72E0 is #338D1F. Grayscale: #999999. Windows color (decimal): -3378464 or 14709452. OLE color: 14709452.

HSL color Cylindrical-coordinate representation of color #CC72E0: hue angle of 289.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC72E0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204114224-
CMYK0.090.4900.12
HSL289.09º63.95%66.27%-
HSV(B)289.09º49.11%87.84%-
XYZ44.3730.2574.02-
YUV153.45167.82164.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=37.64%
G=21.03%
B=41.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041142240.090.4900.12289.0963.9566.27
HexCC72E09310C1214042
Octal3141623401161014441100102
Binary1100110011100101110000010011100010110010010000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72E0; }

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

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

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

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

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

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

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

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