Html Css Color HEX #D770EC Heliotrope

📋 copy color: '#D770EC'

red 215 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #D770EC

Tints of Heliotrope #D770EC

RGB

 RED value IS 215 (84.38% from 255) = 38.19%

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

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

R = 38.19%
G = 19.89%
B = 41.92%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D770EC (or 0xD770EC) is known color: Heliotrope. HEX triplet: D7, 70 and EC. RGB value is (215,112,236). Sum of RGB (Red+Green+Blue) = 215+112+236=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #D770EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770EC is #288F13. Grayscale: #9C9C9C. Windows color (decimal): -2658068 or 15495383. OLE color: 15495383.

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

Color convert

RGB 215 112 236 -
CMYK 0.09 0.53 0 0.07
HSL 289.84º 0.77% 0.68% -
HSV(B) 289.84º 0.53% 0.93% -
XYZ 48.96 32.09 82.97 -
YUV 156.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 215 112 236 0.09 0.53 0 0.07 289.84 0.77 0.68
Hex D7 70 EC 9 35 0 7 122 4D 44
Octal 327 160 354 11 65 0 7 442 115 104
Binary 11010111 1110000 11101100 1001 110101 0 111 100100010 1001101 1000100

Color Harmonies of #D770EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770EC

Black with #D770EC

Text Example


Text Example

White with #D770EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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