Html Css Color HEX #DC70EF Heliotrope

📋 copy color: '#DC70EF'

red 220 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #DC70EF

Tints of Heliotrope #DC70EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.61%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 38.53%
G = 19.61%
B = 41.86%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC70EF (or 0xDC70EF) is known color: Heliotrope. HEX triplet: DC, 70 and EF. RGB value is (220,112,239). Sum of RGB (Red+Green+Blue) = 220+112+239=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70EF is #238F10. Grayscale: #9E9E9E. Windows color (decimal): -2330385 or 15691996. OLE color: 15691996.

HSL color Cylindrical-coordinate representation of color #DC70EF: hue angle of 291.02º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC70EF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 112 239 -
CMYK 0.08 0.53 0 0.06
HSL 291.02º 0.8% 0.69% -
HSV(B) 291.02º 0.53% 0.94% -
XYZ 50.89 33.04 85.36 -
YUV 158.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 220 112 239 0.08 0.53 0 0.06 291.02 0.8 0.69
Hex DC 70 EF 8 35 0 6 123 50 45
Octal 334 160 357 10 65 0 6 443 120 105
Binary 11011100 1110000 11101111 1000 110101 0 110 100100011 1010000 1000101

Color Harmonies of #DC70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70EF

Black with #DC70EF

Text Example


Text Example

White with #DC70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70EF; }

 p { color: rgb(220,112,239); }

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

background-color css

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

 a { background-color: rgb(220,112,239); }

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

border-color css

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

 span { border-color: rgb(220,112,239); }

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