#C086FF

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

Shades of Heliotrope #C086FF

Tints of Heliotrope #C086FF

Color information

#C086FF (or 0xC086FF) is unknown color: approx Heliotrope. HEX triplet: C0, 86 and FF. RGB value is (192,134,255). Sum of RGB (Red+Green+Blue) = 192+134+255=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C086FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FF is #3F7900. Grayscale: #A4A4A4. Windows color (decimal): -4159745 or 16746176. OLE color: 16746176.

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

Color convert

RGB192134255-
CMYK0.250.4700
HSL268.76º100%76.27%-
HSV(B)268.76º47.45%100%-
XYZ48.3135.4898.91-
YUV165.14178.72147.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 255 (100% from 255) = 43.89%
R=33.05%
G=23.06%
B=43.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921342550.250.4700268.7610076.27
HexC086FF192F0010d644c
Octal300206377315700415144114
Binary110000001000011011111111110011011110010000110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086FF; }

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

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

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

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

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

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

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

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