#c077ef

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

Shades of Heliotrope #C077EF

Tints of Heliotrope #C077EF

Color information

#C077EF (or 0xC077EF) is unknown color: approx Heliotrope. HEX triplet: C0, 77 and EF. RGB value is (192,119,239). Sum of RGB (Red+Green+Blue) = 192+119+239=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C077EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077EF is #3F8810. Grayscale: #9A9A9A. Windows color (decimal): -4163601 or 15693760. OLE color: 15693760.

HSL color Cylindrical-coordinate representation of color #C077EF: hue angle of 276.5º 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 #C077EF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192119239-
CMYK0.200.5000.06
HSL276.5º78.95%70.2%-
HSV(B)276.5º50.21%93.73%-
XYZ43.9230.6385.26-
YUV154.51175.68154.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 119 (46.88% from 255) = 21.64%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=34.91%
G=21.64%
B=43.45%

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
Decimal1921192390.200.5000.06276.578.9570.2
HexC077EF1432061144f46
Octal300167357246206424117106
Binary1100000011101111110111110100110010011010001010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c077ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c077ef; }

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

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

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

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

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

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

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

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