Html Css Color HEX #CC72EA Heliotrope

📋 copy color: '#CC72EA'

red 204 ◦ green 114 ◦ blue 234

#CC72EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CC72EA

Tints of Heliotrope #CC72EA

RGB

 RED value IS 204 (80.08% from 255) = 36.96%

 GREEN value IS 114 (44.92% from 255) = 20.65%

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 36.96%
G = 20.65%
B = 42.39%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC72EA (or 0xCC72EA) is known color: Heliotrope. HEX triplet: CC, 72 and EA. RGB value is (204,114,234). Sum of RGB (Red+Green+Blue) = 204+114+234=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72EA is #338D15. Grayscale: #9A9A9A. Windows color (decimal): -3378454 or 15364812. OLE color: 15364812.

HSL color Cylindrical-coordinate representation of color #CC72EA: hue angle of 285º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC72EA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 114 234 -
CMYK 0.13 0.51 0 0.08
HSL 285º 0.74% 0.68% -
HSV(B) 285º 0.51% 0.92% -
XYZ 45.77 30.81 81.38 -
YUV 154.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 204 114 234 0.13 0.51 0 0.08 285 0.74 0.68
Hex CC 72 EA D 33 0 8 11D 4A 44
Octal 314 162 352 15 63 0 10 435 112 104
Binary 11001100 1110010 11101010 1101 110011 0 1000 100011101 1001010 1000100

Color Harmonies of #CC72EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72EA

Black with #CC72EA

Text Example


Text Example

White with #CC72EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72EA; }

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

 H1.HeaderClassName
 {
   color: #CC72EA;
 }
 .AnyTagClassName
 {
   color: #CC72EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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