#C077FE

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

Shades of Heliotrope #C077FE

Tints of Heliotrope #C077FE

Color information

#C077FE (or 0xC077FE) is unknown color: approx Heliotrope. HEX triplet: C0, 77 and FE. RGB value is (192,119,254). Sum of RGB (Red+Green+Blue) = 192+119+254=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #C077FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077FE is #3F8801. Grayscale: #9B9B9B. Windows color (decimal): -4163586 or 16676800. OLE color: 16676800.

HSL color Cylindrical-coordinate representation of color #C077FE: hue angle of 272.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C077FE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192119254-
CMYK0.240.5300.00
HSL272.44º98.54%73.14%-
HSV(B)272.44º53.15%99.61%-
XYZ46.2231.5697.42-
YUV156.22183.18153.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=33.98%
G=21.06%
B=44.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921192540.240.5300.00272.4498.5473.14
HexC077FE1835001106349
Octal300167376306500420143111
Binary11000000111011111111110110001101010010001000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077FE; }

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

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

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

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

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

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

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

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