Html Css Color HEX #DC5EFC Heliotrope

📋 copy color: '#DC5EFC'

red 220 ◦ green 94 ◦ blue 252

#DC5EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DC5EFC

Tints of Heliotrope #DC5EFC

RGB

 RED value IS 220 (86.33% from 255) = 38.87%

 GREEN value IS 94 (37.11% from 255) = 16.61%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 38.87%
G = 16.61%
B = 44.52%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC5EFC (or 0xDC5EFC) is known color: Heliotrope. HEX triplet: DC, 5E and FC. RGB value is (220,94,252). Sum of RGB (Red+Green+Blue) = 220+94+252=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EFC is #23A103. Grayscale: #959595. Windows color (decimal): -2334980 or 16539356. OLE color: 16539356.

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

Color convert

RGB 220 94 252 -
CMYK 0.13 0.63 0 0.01
HSL 287.85º 0.96% 0.68% -
HSV(B) 287.85º 0.63% 0.99% -
XYZ 51.09 30.25 95.24 -
YUV 149.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 220 94 252 0.13 0.63 0 0.01 287.85 0.96 0.68
Hex DC 5E FC D 3F 0 1 120 60 44
Octal 334 136 374 15 77 0 1 440 140 104
Binary 11011100 1011110 11111100 1101 111111 0 1 100100000 1100000 1000100

Color Harmonies of #DC5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EFC

Black with #DC5EFC

Text Example


Text Example

White with #DC5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EFC; }

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

 H1.HeaderClassName
 {
   color: #DC5EFC;
 }
 .AnyTagClassName
 {
   color: #DC5EFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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