Html Css Color HEX #D077DB Orchid

📋 copy color: '#D077DB'

red 208 ◦ green 119 ◦ blue 219

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

Shades of Orchid #D077DB

Tints of Orchid #D077DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 38.1%
G = 21.79%
B = 40.11%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D077DB (or 0xD077DB) is known color: Orchid. HEX triplet: D0, 77 and DB. RGB value is (208,119,219). Sum of RGB (Red+Green+Blue) = 208+119+219=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D077DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DB is #2F8824. Grayscale: #9C9C9C. Windows color (decimal): -3115045 or 14383056. OLE color: 14383056.

HSL color Cylindrical-coordinate representation of color #D077DB: hue angle of 293.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D077DB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 119 219 -
CMYK 0.05 0.46 0 0.14
HSL 293.4º 0.58% 0.66% -
HSV(B) 293.4º 0.46% 0.86% -
XYZ 45.4 31.72 70.75 -
YUV 157.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 208 119 219 0.05 0.46 0 0.14 293.4 0.58 0.66
Hex D0 77 DB 5 2E 0 E 125 3A 42
Octal 320 167 333 5 56 0 16 445 72 102
Binary 11010000 1110111 11011011 101 101110 0 1110 100100101 111010 1000010

Color Harmonies of #D077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077DB

Black with #D077DB

Text Example


Text Example

White with #D077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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