#DC86F5

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

Shades of Heliotrope #DC86F5

Tints of Heliotrope #DC86F5

Color information

#DC86F5 (or 0xDC86F5) is unknown color: approx Heliotrope. HEX triplet: DC, 86 and F5. RGB value is (220,134,245). Sum of RGB (Red+Green+Blue) = 220+134+245=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC86F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86F5 is #23790A. Grayscale: #ACACAC. Windows color (decimal): -2324747 or 16090844. OLE color: 16090844.

HSL color Cylindrical-coordinate representation of color #DC86F5: hue angle of 286.49º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC86F5 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220134245-
CMYK0.100.4500.04
HSL286.49º84.73%74.31%-
HSV(B)286.49º45.31%96.08%-
XYZ54.5238.8691.01-
YUV172.37168.99161.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=36.73%
G=22.37%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201342450.100.4500.04286.4984.7374.31
HexDC86F5A2D0411e554a
Octal334206365125504436125112
Binary1101110010000110111101011010101101010010001111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86F5; }

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

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

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

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

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

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

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

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