#C078F1

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

Shades of Heliotrope #C078F1

Tints of Heliotrope #C078F1

Color information

#C078F1 (or 0xC078F1) is unknown color: approx Heliotrope. HEX triplet: C0, 78 and F1. RGB value is (192,120,241). Sum of RGB (Red+Green+Blue) = 192+120+241=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #C078F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F1 is #3F870E. Grayscale: #9A9A9A. Windows color (decimal): -4163343 or 15825088. OLE color: 15825088.

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

Color convert

RGB192120241-
CMYK0.200.5000.05
HSL275.7º81.21%70.78%-
HSV(B)275.7º50.21%94.51%-
XYZ44.3330.9986.86-
YUV155.32176.35154.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 120 (47.27% from 255) = 21.70%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=34.72%
G=21.70%
B=43.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921202410.200.5000.05275.781.2170.78
HexC078F11432051145147
Octal300170361246205424121107
Binary1100000011110001111000110100110010010110001010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078F1; }

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

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

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

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

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

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

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

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