Html Css Color HEX #D077EC Heliotrope

📋 copy color: '#D077EC'

red 208 ◦ green 119 ◦ blue 236

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

Shades of Heliotrope #D077EC

Tints of Heliotrope #D077EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.14%

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

R = 36.94%
G = 21.14%
B = 41.92%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D077EC (or 0xD077EC) is known color: Heliotrope. HEX triplet: D0, 77 and EC. RGB value is (208,119,236). Sum of RGB (Red+Green+Blue) = 208+119+236=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 119 (46.88% from 255 or 21.14% 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 #D077EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077EC is #2F8813. Grayscale: #9E9E9E. Windows color (decimal): -3115028 or 15497168. OLE color: 15497168.

HSL color Cylindrical-coordinate representation of color #D077EC: hue angle of 285.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D077EC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 119 236 -
CMYK 0.12 0.50 0 0.07
HSL 285.64º 0.75% 0.7% -
HSV(B) 285.64º 0.5% 0.93% -
XYZ 47.75 32.66 83.14 -
YUV 158.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 208 119 236 0.12 0.50 0 0.07 285.64 0.75 0.7
Hex D0 77 EC C 32 0 7 11E 4B 46
Octal 320 167 354 14 62 0 7 436 113 106
Binary 11010000 1110111 11101100 1100 110010 0 111 100011110 1001011 1000110

Color Harmonies of #D077EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077EC

Black with #D077EC

Text Example


Text Example

White with #D077EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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