#CC72F0

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

Shades of Heliotrope #CC72F0

Tints of Heliotrope #CC72F0

Color information

#CC72F0 (or 0xCC72F0) is unknown color: approx Heliotrope. HEX triplet: CC, 72 and F0. RGB value is (204,114,240). Sum of RGB (Red+Green+Blue) = 204+114+240=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72F0 is #338D0F. Grayscale: #9A9A9A. Windows color (decimal): -3378448 or 15758028. OLE color: 15758028.

HSL color Cylindrical-coordinate representation of color #CC72F0: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC72F0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204114240-
CMYK0.150.5200.06
HSL282.86º80.77%69.41%-
HSV(B)282.86º52.5%94.12%-
XYZ46.6531.1685.99-
YUV155.27175.82162.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 114 (44.92% from 255) = 20.43%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=36.56%
G=20.43%
B=43.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041142400.150.5200.06282.8680.7769.41
HexCC72F0F340611b5145
Octal314162360176406433121105
Binary110011001110010111100001111110100011010001101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72F0; }

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

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

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

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

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

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

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

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