Html Css Color HEX #CC76FE Heliotrope

📋 copy color: '#CC76FE'

red 204 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #CC76FE

Tints of Heliotrope #CC76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 35.42%
G = 20.49%
B = 44.1%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC76FE (or 0xCC76FE) is known color: Heliotrope. HEX triplet: CC, 76 and FE. RGB value is (204,118,254). Sum of RGB (Red+Green+Blue) = 204+118+254=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76FE is #338901. Grayscale: #9E9E9E. Windows color (decimal): -3377410 or 16676556. OLE color: 16676556.

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

Color convert

RGB 204 118 254 -
CMYK 0.20 0.54 0 0.00
HSL 277.94º 0.99% 0.73% -
HSV(B) 277.94º 0.54% 1% -
XYZ 49.27 32.95 97.53 -
YUV 159.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 204 118 254 0.20 0.54 0 0.00 277.94 0.99 0.73
Hex CC 76 FE 14 36 0 0 116 63 49
Octal 314 166 376 24 66 0 0 426 143 111
Binary 11001100 1110110 11111110 10100 110110 0 0 100010110 1100011 1001001

Color Harmonies of #CC76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76FE

Black with #CC76FE

Text Example


Text Example

White with #CC76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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