#CC77FE

Color #CC77FE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CC77FE

Tints of Heliotrope #CC77FE

Color information

#CC77FE (or 0xCC77FE) is unknown color: approx 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

RGB204119254-
CMYK0.200.5300.00
HSL277.78º98.54%73.14%-
HSV(B)277.78º53.15%99.61%-
XYZ49.3933.1997.57-
YUV159.8181.16159.52-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041192540.200.5300.00277.7898.5473.14
HexCC77FE1435001166349
Octal314167376246500426143111
Binary11001100111011111111110101001101010010001011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>