#C086FE

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

Shades of Heliotrope #C086FE

Tints of Heliotrope #C086FE

Color information

#C086FE (or 0xC086FE) is unknown color: approx Heliotrope. HEX triplet: C0, 86 and FE. RGB value is (192,134,254). Sum of RGB (Red+Green+Blue) = 192+134+254=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C086FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FE is #3F7901. Grayscale: #A4A4A4. Windows color (decimal): -4159746 or 16680640. OLE color: 16680640.

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

Color convert

RGB192134254-
CMYK0.240.4700.00
HSL269º98.36%76.08%-
HSV(B)269º47.24%99.61%-
XYZ48.1535.4198.06-
YUV165.02178.22147.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 134 (52.73% from 255) = 23.10%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=33.10%
G=23.10%
B=43.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921342540.240.4700.0026998.3676.08
HexC086FE182F0010d624c
Octal300206376305700415142114
Binary110000001000011011111110110001011110010000110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086FE; }

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

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

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

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

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

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

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

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