Html Css Color HEX #DC70ED Heliotrope

📋 copy color: '#DC70ED'

red 220 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #DC70ED

Tints of Heliotrope #DC70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 38.66%
G = 19.68%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC70ED (or 0xDC70ED) is known color: Heliotrope. HEX triplet: DC, 70 and ED. RGB value is (220,112,237). Sum of RGB (Red+Green+Blue) = 220+112+237=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70ED is #238F12. Grayscale: #9E9E9E. Windows color (decimal): -2330387 or 15560924. OLE color: 15560924.

HSL color Cylindrical-coordinate representation of color #DC70ED: hue angle of 291.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC70ED is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 112 237 -
CMYK 0.07 0.53 0 0.07
HSL 291.84º 0.78% 0.68% -
HSV(B) 291.84º 0.53% 0.93% -
XYZ 50.6 32.92 83.81 -
YUV 158.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 220 112 237 0.07 0.53 0 0.07 291.84 0.78 0.68
Hex DC 70 ED 7 35 0 7 124 4E 44
Octal 334 160 355 7 65 0 7 444 116 104
Binary 11011100 1110000 11101101 111 110101 0 111 100100100 1001110 1000100

Color Harmonies of #DC70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70ED

Black with #DC70ED

Text Example


Text Example

White with #DC70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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