#C086FC

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

Shades of Heliotrope #C086FC

Tints of Heliotrope #C086FC

Color information

#C086FC (or 0xC086FC) is unknown color: approx Heliotrope. HEX triplet: C0, 86 and FC. RGB value is (192,134,252). Sum of RGB (Red+Green+Blue) = 192+134+252=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #C086FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FC is #3F7903. Grayscale: #A4A4A4. Windows color (decimal): -4159748 or 16549568. OLE color: 16549568.

HSL color Cylindrical-coordinate representation of color #C086FC: hue angle of 269.49º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C086FC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192134252-
CMYK0.240.4700.01
HSL269.49º95.16%75.69%-
HSV(B)269.49º46.83%98.82%-
XYZ47.8335.2896.39-
YUV164.79177.22147.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 134 (52.73% from 255) = 23.18%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=33.22%
G=23.18%
B=43.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921342520.240.4700.01269.4995.1675.69
HexC086FC182F0110d5f4c
Octal300206374305701415137114
Binary110000001000011011111100110001011110110000110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086FC; }

 p { color: rgb(192,134,252); }

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

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

 a { background-color: rgb(192,134,252); }

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

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

 span { border-color: rgb(192,134,252); }

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