#DC5EFD

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

Shades of Heliotrope #DC5EFD

Tints of Heliotrope #DC5EFD

Color information

#DC5EFD (or 0xDC5EFD) is unknown color: approx Heliotrope. HEX triplet: DC, 5E and FD. RGB value is (220,94,253). Sum of RGB (Red+Green+Blue) = 220+94+253=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 94 (37.11% from 255 or 16.58% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EFD is #23A102. Grayscale: #959595. Windows color (decimal): -2334979 or 16604892. OLE color: 16604892.

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

Color convert

RGB22094253-
CMYK0.130.6300.01
HSL287.55º97.55%68.04%-
HSV(B)287.55º62.85%99.22%-
XYZ51.2530.3196.08-
YUV149.8186.24178.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 94 (37.11% from 255) = 16.58%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=38.80%
G=16.58%
B=44.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal220942530.130.6300.01287.5597.5568.04
HexDC5EFDD3F011206244
Octal334136375157701440142104
Binary1101110010111101111110111011111110110010000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5EFD; }

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

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

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

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

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

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

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

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