Html Css Color HEX #CC76EC Heliotrope

📋 copy color: '#CC76EC'

red 204 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #CC76EC

Tints of Heliotrope #CC76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 36.56%
G = 21.15%
B = 42.29%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC76EC (or 0xCC76EC) is known color: Heliotrope. HEX triplet: CC, 76 and EC. RGB value is (204,118,236). Sum of RGB (Red+Green+Blue) = 204+118+236=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76EC is #338913. Grayscale: #9C9C9C. Windows color (decimal): -3377428 or 15496908. OLE color: 15496908.

HSL color Cylindrical-coordinate representation of color #CC76EC: hue angle of 283.73º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC76EC is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 118 236 -
CMYK 0.14 0.5 0 0.07
HSL 283.73º 0.76% 0.69% -
HSV(B) 283.73º 0.5% 0.93% -
XYZ 46.52 31.85 83.05 -
YUV 157.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 204 118 236 0.14 0.5 0 0.07 283.73 0.76 0.69
Hex CC 76 EC E 32 0 7 11C 4C 45
Octal 314 166 354 16 62 0 7 434 114 105
Binary 11001100 1110110 11101100 1110 110010 0 111 100011100 1001100 1000101

Color Harmonies of #CC76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76EC

Black with #CC76EC

Text Example


Text Example

White with #CC76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76EC; }

 p { color: rgb(204,118,236); }

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

background-color css

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

 a { background-color: rgb(204,118,236); }

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

border-color css

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

 span { border-color: rgb(204,118,236); }

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