#C076F1

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

Shades of Heliotrope #C076F1

Tints of Heliotrope #C076F1

Color information

#C076F1 (or 0xC076F1) is unknown color: approx Heliotrope. HEX triplet: C0, 76 and F1. RGB value is (192,118,241). Sum of RGB (Red+Green+Blue) = 192+118+241=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #C076F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076F1 is #3F890E. Grayscale: #999999. Windows color (decimal): -4163855 or 15824576. OLE color: 15824576.

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

Color convert

RGB192118241-
CMYK0.200.5100.05
HSL276.1º81.46%70.39%-
HSV(B)276.1º51.04%94.51%-
XYZ44.0930.5186.78-
YUV154.15177.02155-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=34.85%
G=21.42%
B=43.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921182410.200.5100.05276.181.4670.39
HexC076F11433051145146
Octal300166361246305424121106
Binary1100000011101101111000110100110011010110001010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076F1; }

 p { color: rgb(192,118,241); }

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

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

 a { background-color: rgb(192,118,241); }

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

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

 span { border-color: rgb(192,118,241); }

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