Html Css Color HEX #D370EC Heliotrope

📋 copy color: '#D370EC'

red 211 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #D370EC

Tints of Heliotrope #D370EC

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

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

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

R = 37.75%
G = 20.04%
B = 42.22%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D370EC (or 0xD370EC) is known color: Heliotrope. HEX triplet: D3, 70 and EC. RGB value is (211,112,236). Sum of RGB (Red+Green+Blue) = 211+112+236=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #D370EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370EC is #2C8F13. Grayscale: #9B9B9B. Windows color (decimal): -2920212 or 15495379. OLE color: 15495379.

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

Color convert

RGB 211 112 236 -
CMYK 0.11 0.53 0 0.07
HSL 287.9º 0.77% 0.68% -
HSV(B) 287.9º 0.53% 0.93% -
XYZ 47.8 31.49 82.92 -
YUV 155.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 211 112 236 0.11 0.53 0 0.07 287.9 0.77 0.68
Hex D3 70 EC B 35 0 7 120 4D 44
Octal 323 160 354 13 65 0 7 440 115 104
Binary 11010011 1110000 11101100 1011 110101 0 111 100100000 1001101 1000100

Color Harmonies of #D370EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370EC

Black with #D370EC

Text Example


Text Example

White with #D370EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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