#DC81FD

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

Shades of Heliotrope #DC81FD

Tints of Heliotrope #DC81FD

Color information

#DC81FD (or 0xDC81FD) is unknown color: approx Heliotrope. HEX triplet: DC, 81 and FD. RGB value is (220,129,253). Sum of RGB (Red+Green+Blue) = 220+129+253=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC81FD is #237E02. Grayscale: #A9A9A9. Windows color (decimal): -2326019 or 16613852. OLE color: 16613852.

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

Color convert

RGB220129253-
CMYK0.130.4900.01
HSL284.03º96.88%74.9%-
HSV(B)284.03º49.01%99.22%-
XYZ55.138.0197.36-
YUV170.34174.65163.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=36.54%
G=21.43%
B=42.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201292530.130.4900.01284.0396.8874.9
HexDC81FDD310111c614b
Octal334201375156101434141113
Binary11011100100000011111110111011100010110001110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81FD; }

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

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

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

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

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

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

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

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