Html Css Color HEX #D076EB Heliotrope

📋 copy color: '#D076EB'

red 208 ◦ green 118 ◦ blue 235

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

Shades of Heliotrope #D076EB

Tints of Heliotrope #D076EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 37.08%
G = 21.03%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D076EB (or 0xD076EB) is known color: Heliotrope. HEX triplet: D0, 76 and EB. RGB value is (208,118,235). Sum of RGB (Red+Green+Blue) = 208+118+235=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #D076EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076EB is #2F8914. Grayscale: #9D9D9D. Windows color (decimal): -3115285 or 15431376. OLE color: 15431376.

HSL color Cylindrical-coordinate representation of color #D076EB: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D076EB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 118 235 -
CMYK 0.11 0.50 0 0.08
HSL 286.15º 0.75% 0.69% -
HSV(B) 286.15º 0.5% 0.92% -
XYZ 47.49 32.36 82.34 -
YUV 158.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 208 118 235 0.11 0.50 0 0.08 286.15 0.75 0.69
Hex D0 76 EB B 32 0 8 11E 4B 45
Octal 320 166 353 13 62 0 10 436 113 105
Binary 11010000 1110110 11101011 1011 110010 0 1000 100011110 1001011 1000101

Color Harmonies of #D076EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076EB

Black with #D076EB

Text Example


Text Example

White with #D076EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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