#CC76E7

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

Shades of Heliotrope #CC76E7

Tints of Heliotrope #CC76E7

Color information

#CC76E7 (or 0xCC76E7) is unknown color: approx Heliotrope. HEX triplet: CC, 76 and E7. RGB value is (204,118,231). Sum of RGB (Red+Green+Blue) = 204+118+231=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76E7 is #338918. Grayscale: #9C9C9C. Windows color (decimal): -3377433 or 15169228. OLE color: 15169228.

HSL color Cylindrical-coordinate representation of color #CC76E7: hue angle of 285.66º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC76E7 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204118231-
CMYK0.120.4900.09
HSL285.66º70.19%68.43%-
HSV(B)285.66º48.92%90.59%-
XYZ45.831.5679.28-
YUV156.6169.99161.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=36.89%
G=21.34%
B=41.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041182310.120.4900.09285.6670.1968.43
HexCC76E7C310911e4644
Octal3141663471461011436106104
Binary1100110011101101110011111001100010100110001111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC76E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC76E7; }

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

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

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

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

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

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

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

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