#DC6EFD

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

Shades of Heliotrope #DC6EFD

Tints of Heliotrope #DC6EFD

Color information

#DC6EFD (or 0xDC6EFD) is unknown color: approx Heliotrope. HEX triplet: DC, 6E and FD. RGB value is (220,110,253). Sum of RGB (Red+Green+Blue) = 220+110+253=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EFD is #239102. Grayscale: #9E9E9E. Windows color (decimal): -2330883 or 16608988. OLE color: 16608988.

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

Color convert

RGB220110253-
CMYK0.130.5700.01
HSL286.15º97.28%71.18%-
HSV(B)286.15º56.52%99.22%-
XYZ52.8233.4696.6-
YUV159.19180.94171.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 110 (43.36% from 255) = 18.87%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=37.74%
G=18.87%
B=43.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201102530.130.5700.01286.1597.2871.18
HexDC6EFDD390111e6147
Octal334156375157101436141107
Binary1101110011011101111110111011110010110001111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6EFD; }

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

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

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

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

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

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

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

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