#C776FF

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

Shades of Heliotrope #C776FF

Tints of Heliotrope #C776FF

Color information

#C776FF (or 0xC776FF) is unknown color: approx Heliotrope. HEX triplet: C7, 76 and FF. RGB value is (199,118,255). Sum of RGB (Red+Green+Blue) = 199+118+255=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #C776FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C776FF is #388900. Grayscale: #9D9D9D. Windows color (decimal): -3705089 or 16742087. OLE color: 16742087.

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

Color convert

RGB199118255-
CMYK0.220.5400
HSL275.47º100%73.14%-
HSV(B)275.47º53.73%100%-
XYZ48.0832.3298.31-
YUV157.84182.84157.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.79%
GREEN value IS 118 (46.48% from 255) = 20.63%
BLUE value IS 255 (100% from 255) = 44.58%
R=34.79%
G=20.63%
B=44.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1991182550.220.5400275.4710073.14
HexC776FF1636001136449
Octal307166377266600423144111
Binary11000111111011011111111101101101100010001001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776FF; }

 p { color: rgb(199,118,255); }

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

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

 a { background-color: rgb(199,118,255); }

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

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

 span { border-color: rgb(199,118,255); }

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