#DC5DFC

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

Shades of Heliotrope #DC5DFC

Tints of Heliotrope #DC5DFC

Color information

#DC5DFC (or 0xDC5DFC) is unknown color: approx Heliotrope. HEX triplet: DC, 5D and FC. RGB value is (220,93,252). Sum of RGB (Red+Green+Blue) = 220+93+252=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DFC is #23A203. Grayscale: #949494. Windows color (decimal): -2335236 or 16539100. OLE color: 16539100.

HSL color Cylindrical-coordinate representation of color #DC5DFC: hue angle of 287.92º degrees, saturation: 0.96, 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 #DC5DFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22093252-
CMYK0.130.6300.01
HSL287.92º96.36%67.65%-
HSV(B)287.92º63.1%98.82%-
XYZ5130.0795.21-
YUV149.1186.08178.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 93 (36.72% from 255) = 16.46%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=38.94%
G=16.46%
B=44.60%

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
Decimal220932520.130.6300.01287.9296.3667.65
HexDC5DFCD3F011206044
Octal334135374157701440140104
Binary1101110010111011111110011011111110110010000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DFC; }

 p { color: rgb(220,93,252); }

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

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

 a { background-color: rgb(220,93,252); }

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

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

 span { border-color: rgb(220,93,252); }

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