#DC8DFD

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

Shades of Heliotrope #DC8DFD

Tints of Heliotrope #DC8DFD

Color information

#DC8DFD (or 0xDC8DFD) is unknown color: approx Heliotrope. HEX triplet: DC, 8D and FD. RGB value is (220,141,253). Sum of RGB (Red+Green+Blue) = 220+141+253=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFD is #237202. Grayscale: #B1B1B1. Windows color (decimal): -2322947 or 16616924. OLE color: 16616924.

HSL color Cylindrical-coordinate representation of color #DC8DFD: hue angle of 282.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8DFD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220141253-
CMYK0.130.4400.01
HSL282.32º96.55%77.25%-
HSV(B)282.32º44.27%99.22%-
XYZ56.7741.3697.92-
YUV177.39170.67158.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=35.83%
G=22.96%
B=41.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201412530.130.4400.01282.3296.5577.25
HexDC8DFDD2C0111a614d
Octal334215375155401432141115
Binary11011100100011011111110111011011000110001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DFD; }

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

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

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

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

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

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

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

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