Html Css Color HEX #CC76FF Heliotrope

📋 copy color: '#CC76FF'

red 204 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #CC76FF

Tints of Heliotrope #CC76FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 35.36%
G = 20.45%
B = 44.19%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC76FF (or 0xCC76FF) is known color: Heliotrope. HEX triplet: CC, 76 and FF. RGB value is (204,118,255). Sum of RGB (Red+Green+Blue) = 204+118+255=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76FF is #338900. Grayscale: #9E9E9E. Windows color (decimal): -3377409 or 16742092. OLE color: 16742092.

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

Color convert

RGB 204 118 255 -
CMYK 0.2 0.54 0 0
HSL 277.66º 1% 0.73% -
HSV(B) 277.66º 0.54% 1% -
XYZ 49.43 33.01 98.37 -
YUV 159.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 204 118 255 0.2 0.54 0 0 277.66 1 0.73
Hex CC 76 FF 14 36 0 0 116 64 49
Octal 314 166 377 24 66 0 0 426 144 111
Binary 11001100 1110110 11111111 10100 110110 0 0 100010110 1100100 1001001

Color Harmonies of #CC76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76FF

Black with #CC76FF

Text Example


Text Example

White with #CC76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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