#CC77F2

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

Shades of Heliotrope #CC77F2

Tints of Heliotrope #CC77F2

Color information

#CC77F2 (or 0xCC77F2) is unknown color: approx Heliotrope. HEX triplet: CC, 77 and F2. RGB value is (204,119,242). Sum of RGB (Red+Green+Blue) = 204+119+242=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC77F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77F2 is #33880D. Grayscale: #9E9E9E. Windows color (decimal): -3377166 or 15890380. OLE color: 15890380.

HSL color Cylindrical-coordinate representation of color #CC77F2: hue angle of 281.46º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC77F2 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204119242-
CMYK0.160.5100.05
HSL281.46º82.55%70.78%-
HSV(B)281.46º50.83%94.9%-
XYZ47.5332.4487.76-
YUV158.44175.16160.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=36.11%
G=21.06%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041192420.160.5100.05281.4682.5570.78
HexCC77F21033051195347
Octal314167362206305431123107
Binary1100110011101111111001010000110011010110001100110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77F2; }

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

 H1.HeaderClassName
 {
   color: #CC77F2;
 }
 .AnyTagClassName
 {
   color: #CC77F2;
 }
</style>
background-color css

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

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

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

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

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

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