Html Css Color HEX #DC7EF8 Heliotrope

📋 copy color: '#DC7EF8'

red 220 ◦ green 126 ◦ blue 248

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

Shades of Heliotrope #DC7EF8

Tints of Heliotrope #DC7EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.75%

R = 37.04%
G = 21.21%
B = 41.75%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC7EF8 (or 0xDC7EF8) is known color: Heliotrope. HEX triplet: DC, 7E and F8. RGB value is (220,126,248). Sum of RGB (Red+Green+Blue) = 220+126+248=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC7EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF8 is #238107. Grayscale: #A7A7A7. Windows color (decimal): -2326792 or 16285404. OLE color: 16285404.

HSL color Cylindrical-coordinate representation of color #DC7EF8: hue angle of 286.23º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7EF8 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 126 248 -
CMYK 0.11 0.49 0 0.03
HSL 286.23º 0.9% 0.73% -
HSV(B) 286.23º 0.49% 0.97% -
XYZ 53.92 36.91 93.09 -
YUV 168.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 220 126 248 0.11 0.49 0 0.03 286.23 0.9 0.73
Hex DC 7E F8 B 31 0 3 11E 5A 49
Octal 334 176 370 13 61 0 3 436 132 111
Binary 11011100 1111110 11111000 1011 110001 0 11 100011110 1011010 1001001

Color Harmonies of #DC7EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EF8

Black with #DC7EF8

Text Example


Text Example

White with #DC7EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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