Html Css Color HEX #D977DB Orchid

📋 copy color: '#D977DB'

red 217 ◦ green 119 ◦ blue 219

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

Shades of Orchid #D977DB

Tints of Orchid #D977DB

RGB

 RED value IS 217 (85.16% from 255) = 39.1%

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

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

R = 39.1%
G = 21.44%
B = 39.46%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D977DB (or 0xD977DB) is known color: Orchid. HEX triplet: D9, 77 and DB. RGB value is (217,119,219). Sum of RGB (Red+Green+Blue) = 217+119+219=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D977DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DB is #268824. Grayscale: #9F9F9F. Windows color (decimal): -2525221 or 14383065. OLE color: 14383065.

HSL color Cylindrical-coordinate representation of color #D977DB: hue angle of 298.8º 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 #D977DB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 119 219 -
CMYK 0.01 0.46 0 0.14
HSL 298.8º 0.58% 0.66% -
HSV(B) 298.8º 0.46% 0.86% -
XYZ 48 33.06 70.87 -
YUV 159.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 217 119 219 0.01 0.46 0 0.14 298.8 0.58 0.66
Hex D9 77 DB 1 2E 0 E 12B 3A 42
Octal 331 167 333 1 56 0 16 453 72 102
Binary 11011001 1110111 11011011 1 101110 0 1110 100101011 111010 1000010

Color Harmonies of #D977DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977DB

Black with #D977DB

Text Example


Text Example

White with #D977DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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