#DC8DF6

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

Shades of Heliotrope #DC8DF6

Tints of Heliotrope #DC8DF6

Color information

#DC8DF6 (or 0xDC8DF6) is unknown color: approx Heliotrope. HEX triplet: DC, 8D and F6. RGB value is (220,141,246). Sum of RGB (Red+Green+Blue) = 220+141+246=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC8DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DF6 is #237209. Grayscale: #B0B0B0. Windows color (decimal): -2322954 or 16158172. OLE color: 16158172.

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

Color convert

RGB220141246-
CMYK0.110.4300.04
HSL285.14º85.37%75.88%-
HSV(B)285.14º42.68%96.47%-
XYZ55.6740.9292.15-
YUV176.59167.17158.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=36.24%
G=23.23%
B=40.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201412460.110.4300.04285.1485.3775.88
HexDC8DF6B2B0411d554c
Octal334215366135304435125114
Binary1101110010001101111101101011101011010010001110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DF6; }

 p { color: rgb(220,141,246); }

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

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

 a { background-color: rgb(220,141,246); }

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

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

 span { border-color: rgb(220,141,246); }

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