#C76AF5

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

Shades of Heliotrope #C76AF5

Tints of Heliotrope #C76AF5

Color information

#C76AF5 (or 0xC76AF5) is unknown color: approx Heliotrope. HEX triplet: C7, 6A and F5. RGB value is (199,106,245). Sum of RGB (Red+Green+Blue) = 199+106+245=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #C76AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AF5 is #38950A. Grayscale: #959595. Windows color (decimal): -3708171 or 16083655. OLE color: 16083655.

HSL color Cylindrical-coordinate representation of color #C76AF5: hue angle of 280.14º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76AF5 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199106245-
CMYK0.190.5700.04
HSL280.14º87.42%68.82%-
HSV(B)280.14º56.73%96.08%-
XYZ45.1929.0489.61-
YUV149.65181.81163.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.18%
GREEN value IS 106 (41.80% from 255) = 19.27%
BLUE value IS 245 (96.09% from 255) = 44.55%
R=36.18%
G=19.27%
B=44.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991062450.190.5700.04280.1487.4268.82
HexC76AF51339041185745
Octal307152365237104430127105
Binary1100011111010101111010110011111001010010001100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76AF5; }

 p { color: rgb(199,106,245); }

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

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

 a { background-color: rgb(199,106,245); }

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

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

 span { border-color: rgb(199,106,245); }

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