Html Css Color HEX #D070EC Heliotrope

📋 copy color: '#D070EC'

red 208 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #D070EC

Tints of Heliotrope #D070EC

RGB

 RED value IS 208 (81.64% from 255) = 37.41%

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 37.41%
G = 20.14%
B = 42.45%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D070EC (or 0xD070EC) is known color: Heliotrope. HEX triplet: D0, 70 and EC. RGB value is (208,112,236). Sum of RGB (Red+Green+Blue) = 208+112+236=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #D070EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070EC is #2F8F13. Grayscale: #9A9A9A. Windows color (decimal): -3116820 or 15495376. OLE color: 15495376.

HSL color Cylindrical-coordinate representation of color #D070EC: hue angle of 286.45º degrees, saturation: 0.77, 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 #D070EC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 112 236 -
CMYK 0.12 0.53 0 0.07
HSL 286.45º 0.77% 0.68% -
HSV(B) 286.45º 0.53% 0.93% -
XYZ 46.95 31.05 82.88 -
YUV 154.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 208 112 236 0.12 0.53 0 0.07 286.45 0.77 0.68
Hex D0 70 EC C 35 0 7 11E 4D 44
Octal 320 160 354 14 65 0 7 436 115 104
Binary 11010000 1110000 11101100 1100 110101 0 111 100011110 1001101 1000100

Color Harmonies of #D070EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070EC

Black with #D070EC

Text Example


Text Example

White with #D070EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070EC; }

 p { color: rgb(208,112,236); }

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

background-color css

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

 a { background-color: rgb(208,112,236); }

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

border-color css

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

 span { border-color: rgb(208,112,236); }

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