Html Css Color HEX #D076ED Heliotrope

📋 copy color: '#D076ED'

red 208 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #D076ED

Tints of Heliotrope #D076ED

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.96%

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

R = 36.94%
G = 20.96%
B = 42.1%

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

#D076ED (or 0xD076ED) is known color: Heliotrope. HEX triplet: D0, 76 and ED. RGB value is (208,118,237). Sum of RGB (Red+Green+Blue) = 208+118+237=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D076ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076ED is #2F8912. Grayscale: #9E9E9E. Windows color (decimal): -3115283 or 15562448. OLE color: 15562448.

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

Color convert

RGB 208 118 237 -
CMYK 0.12 0.50 0 0.07
HSL 285.38º 0.77% 0.7% -
HSV(B) 285.38º 0.5% 0.93% -
XYZ 47.78 32.48 83.87 -
YUV 158.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 208 118 237 0.12 0.50 0 0.07 285.38 0.77 0.7
Hex D0 76 ED C 32 0 7 11D 4D 46
Octal 320 166 355 14 62 0 7 435 115 106
Binary 11010000 1110110 11101101 1100 110010 0 111 100011101 1001101 1000110

Color Harmonies of #D076ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076ED

Black with #D076ED

Text Example


Text Example

White with #D076ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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