Html Css Color HEX #DC5EFA Heliotrope

📋 copy color: '#DC5EFA'

red 220 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #DC5EFA

Tints of Heliotrope #DC5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 39.01%
G = 16.67%
B = 44.33%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC5EFA (or 0xDC5EFA) is known color: Heliotrope. HEX triplet: DC, 5E and FA. RGB value is (220,94,250). Sum of RGB (Red+Green+Blue) = 220+94+250=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EFA is #23A105. Grayscale: #949494. Windows color (decimal): -2334982 or 16408284. OLE color: 16408284.

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

Color convert

RGB 220 94 250 -
CMYK 0.12 0.62 0 0.02
HSL 288.46º 0.94% 0.67% -
HSV(B) 288.46º 0.62% 0.98% -
XYZ 50.77 30.12 93.58 -
YUV 149.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 220 94 250 0.12 0.62 0 0.02 288.46 0.94 0.67
Hex DC 5E FA C 3E 0 2 120 5E 43
Octal 334 136 372 14 76 0 2 440 136 103
Binary 11011100 1011110 11111010 1100 111110 0 10 100100000 1011110 1000011

Color Harmonies of #DC5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EFA

Black with #DC5EFA

Text Example


Text Example

White with #DC5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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