Html Css Color HEX #CC77FE Heliotrope

📋 copy color: '#CC77FE'

red 204 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #CC77FE

Tints of Heliotrope #CC77FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.62%

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

R = 35.36%
G = 20.62%
B = 44.02%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC77FE (or 0xCC77FE) is known color: Heliotrope. HEX triplet: CC, 77 and FE. RGB value is (204,119,254). Sum of RGB (Red+Green+Blue) = 204+119+254=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77FE is #338801. Grayscale: #9F9F9F. Windows color (decimal): -3377154 or 16676812. OLE color: 16676812.

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

Color convert

RGB 204 119 254 -
CMYK 0.20 0.53 0 0.00
HSL 277.78º 0.99% 0.73% -
HSV(B) 277.78º 0.53% 1% -
XYZ 49.39 33.19 97.57 -
YUV 159.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 204 119 254 0.20 0.53 0 0.00 277.78 0.99 0.73
Hex CC 77 FE 14 35 0 0 116 63 49
Octal 314 167 376 24 65 0 0 426 143 111
Binary 11001100 1110111 11111110 10100 110101 0 0 100010110 1100011 1001001

Color Harmonies of #CC77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77FE

Black with #CC77FE

Text Example


Text Example

White with #CC77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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