Html Css Color HEX #D077EB Heliotrope

📋 copy color: '#D077EB'

red 208 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #D077EB

Tints of Heliotrope #D077EB

RGB

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

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

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

R = 37.01%
G = 21.17%
B = 41.81%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D077EB (or 0xD077EB) is known color: Heliotrope. HEX triplet: D0, 77 and EB. RGB value is (208,119,235). Sum of RGB (Red+Green+Blue) = 208+119+235=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #D077EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077EB is #2F8814. Grayscale: #9E9E9E. Windows color (decimal): -3115029 or 15431632. OLE color: 15431632.

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

Color convert

RGB 208 119 235 -
CMYK 0.11 0.49 0 0.08
HSL 286.03º 0.74% 0.69% -
HSV(B) 286.03º 0.49% 0.92% -
XYZ 47.6 32.6 82.38 -
YUV 158.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 208 119 235 0.11 0.49 0 0.08 286.03 0.74 0.69
Hex D0 77 EB B 31 0 8 11E 4A 45
Octal 320 167 353 13 61 0 10 436 112 105
Binary 11010000 1110111 11101011 1011 110001 0 1000 100011110 1001010 1000101

Color Harmonies of #D077EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077EB

Black with #D077EB

Text Example


Text Example

White with #D077EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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