Html Css Color HEX #CC72FB Heliotrope

📋 copy color: '#CC72FB'

red 204 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #CC72FB

Tints of Heliotrope #CC72FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 35.85%
G = 20.04%
B = 44.11%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC72FB (or 0xCC72FB) is known color: Heliotrope. HEX triplet: CC, 72 and FB. RGB value is (204,114,251). Sum of RGB (Red+Green+Blue) = 204+114+251=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72FB is #338D04. Grayscale: #9C9C9C. Windows color (decimal): -3378437 or 16478924. OLE color: 16478924.

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

Color convert

RGB 204 114 251 -
CMYK 0.19 0.55 0 0.02
HSL 279.42º 0.94% 0.72% -
HSV(B) 279.42º 0.55% 0.98% -
XYZ 48.33 31.84 94.86 -
YUV 156.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 204 114 251 0.19 0.55 0 0.02 279.42 0.94 0.72
Hex CC 72 FB 13 37 0 2 117 5E 48
Octal 314 162 373 23 67 0 2 427 136 110
Binary 11001100 1110010 11111011 10011 110111 0 10 100010111 1011110 1001000

Color Harmonies of #CC72FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72FB

Black with #CC72FB

Text Example


Text Example

White with #CC72FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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