Html Css Color HEX #D077ED Heliotrope

📋 copy color: '#D077ED'

red 208 ◦ green 119 ◦ blue 237

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

Shades of Heliotrope #D077ED

Tints of Heliotrope #D077ED

RGB

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

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

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

R = 36.88%
G = 21.1%
B = 42.02%

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

#D077ED (or 0xD077ED) is known color: Heliotrope. HEX triplet: D0, 77 and ED. RGB value is (208,119,237). Sum of RGB (Red+Green+Blue) = 208+119+237=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #D077ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077ED is #2F8812. Grayscale: #9E9E9E. Windows color (decimal): -3115027 or 15562704. OLE color: 15562704.

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

Color convert

RGB 208 119 237 -
CMYK 0.12 0.50 0 0.07
HSL 285.25º 0.77% 0.7% -
HSV(B) 285.25º 0.5% 0.93% -
XYZ 47.9 32.72 83.91 -
YUV 159.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 208 119 237 0.12 0.50 0 0.07 285.25 0.77 0.7
Hex D0 77 ED C 32 0 7 11D 4D 46
Octal 320 167 355 14 62 0 7 435 115 106
Binary 11010000 1110111 11101101 1100 110010 0 111 100011101 1001101 1000110

Color Harmonies of #D077ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077ED

Black with #D077ED

Text Example


Text Example

White with #D077ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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