#DC86FA

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

Shades of Heliotrope #DC86FA

Tints of Heliotrope #DC86FA

Color information

#DC86FA (or 0xDC86FA) is unknown color: approx Heliotrope. HEX triplet: DC, 86 and FA. RGB value is (220,134,250). Sum of RGB (Red+Green+Blue) = 220+134+250=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86FA is #237905. Grayscale: #ACACAC. Windows color (decimal): -2324742 or 16418524. OLE color: 16418524.

HSL color Cylindrical-coordinate representation of color #DC86FA: hue angle of 284.48º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC86FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220134250-
CMYK0.120.4600.02
HSL284.48º92.06%75.29%-
HSV(B)284.48º46.4%98.04%-
XYZ55.339.1795.09-
YUV172.94171.49161.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 134 (52.73% from 255) = 22.19%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=36.42%
G=22.19%
B=41.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201342500.120.4600.02284.4892.0675.29
HexDC86FAC2E0211c5c4b
Octal334206372145602434134113
Binary110111001000011011111010110010111001010001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86FA; }

 p { color: rgb(220,134,250); }

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

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

 a { background-color: rgb(220,134,250); }

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

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

 span { border-color: rgb(220,134,250); }

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