#C078EF

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

Shades of Heliotrope #C078EF

Tints of Heliotrope #C078EF

Color information

#C078EF (or 0xC078EF) is unknown color: approx Heliotrope. HEX triplet: C0, 78 and EF. RGB value is (192,120,239). Sum of RGB (Red+Green+Blue) = 192+120+239=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #C078EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078EF is #3F8710. Grayscale: #9A9A9A. Windows color (decimal): -4163345 or 15694016. OLE color: 15694016.

HSL color Cylindrical-coordinate representation of color #C078EF: hue angle of 276.3º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C078EF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192120239-
CMYK0.200.5000.06
HSL276.3º78.81%70.39%-
HSV(B)276.3º49.79%93.73%-
XYZ44.0330.8785.3-
YUV155.09175.35154.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=34.85%
G=21.78%
B=43.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921202390.200.5000.06276.378.8170.39
HexC078EF1432061144f46
Octal300170357246206424117106
Binary1100000011110001110111110100110010011010001010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078EF; }

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

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

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

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

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

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

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

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