#CC72FF

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

Shades of Heliotrope #CC72FF

Tints of Heliotrope #CC72FF

Color information

#CC72FF (or 0xCC72FF) is unknown color: approx Heliotrope. HEX triplet: CC, 72 and FF. RGB value is (204,114,255). Sum of RGB (Red+Green+Blue) = 204+114+255=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72FF is #338D00. Grayscale: #9C9C9C. Windows color (decimal): -3378433 or 16741068. OLE color: 16741068.

HSL color Cylindrical-coordinate representation of color #CC72FF: hue angle of 278.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC72FF is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204114255-
CMYK0.20.5500
HSL278.3º100%72.35%-
HSV(B)278.3º55.29%100%-
XYZ48.9732.0998.22-
YUV156.98183.32161.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 114 (44.92% from 255) = 19.90%
BLUE value IS 255 (100% from 255) = 44.50%
R=35.60%
G=19.90%
B=44.50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041142550.20.5500278.310072.35
HexCC72FF1437001166448
Octal314162377246700426144110
Binary11001100111001011111111101001101110010001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72FF; }

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

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

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

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

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

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

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

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