#DC8DFA

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

Shades of Heliotrope #DC8DFA

Tints of Heliotrope #DC8DFA

Color information

#DC8DFA (or 0xDC8DFA) is unknown color: approx Heliotrope. HEX triplet: DC, 8D and FA. RGB value is (220,141,250). Sum of RGB (Red+Green+Blue) = 220+141+250=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFA is #237205. Grayscale: #B0B0B0. Windows color (decimal): -2322950 or 16420316. OLE color: 16420316.

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

Color convert

RGB220141250-
CMYK0.120.4400.02
HSL283.49º91.6%76.67%-
HSV(B)283.49º43.6%98.04%-
XYZ56.341.1795.42-
YUV177.05169.17158.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=36.01%
G=23.08%
B=40.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201412500.120.4400.02283.4991.676.67
HexDC8DFAC2C0211b5c4d
Octal334215372145402433134115
Binary110111001000110111111010110010110001010001101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DFA; }

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

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

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

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

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

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

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

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