Html Css Color HEX #DC7EFA Heliotrope

📋 copy color: '#DC7EFA'

red 220 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #DC7EFA

Tints of Heliotrope #DC7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.14%

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

R = 36.91%
G = 21.14%
B = 41.95%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC7EFA (or 0xDC7EFA) is known color: Heliotrope. HEX triplet: DC, 7E and FA. RGB value is (220,126,250). Sum of RGB (Red+Green+Blue) = 220+126+250=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EFA is #238105. Grayscale: #A7A7A7. Windows color (decimal): -2326790 or 16416476. OLE color: 16416476.

HSL color Cylindrical-coordinate representation of color #DC7EFA: hue angle of 285.48º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7EFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 126 250 -
CMYK 0.12 0.50 0 0.02
HSL 285.48º 0.93% 0.74% -
HSV(B) 285.48º 0.5% 0.98% -
XYZ 54.23 37.04 94.73 -
YUV 168.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 220 126 250 0.12 0.50 0 0.02 285.48 0.93 0.74
Hex DC 7E FA C 32 0 2 11D 5D 4A
Octal 334 176 372 14 62 0 2 435 135 112
Binary 11011100 1111110 11111010 1100 110010 0 10 100011101 1011101 1001010

Color Harmonies of #DC7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EFA

Black with #DC7EFA

Text Example


Text Example

White with #DC7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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