Html Css Color HEX #D977BD Orchid

📋 copy color: '#D977BD'

red 217 ◦ green 119 ◦ blue 189

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

Shades of Orchid #D977BD

Tints of Orchid #D977BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 41.33%
G = 22.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D977BD (or 0xD977BD) is known color: Orchid. HEX triplet: D9, 77 and BD. RGB value is (217,119,189). Sum of RGB (Red+Green+Blue) = 217+119+189=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D977BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977BD is #268842. Grayscale: #9C9C9C. Windows color (decimal): -2525251 or 12416985. OLE color: 12416985.

HSL color Cylindrical-coordinate representation of color #D977BD: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977BD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 189 -
CMYK 0 0.45 0.13 0.15
HSL 317.14º 0.56% 0.66% -
HSV(B) 317.14º 0.45% 0.85% -
XYZ 44.4 31.62 51.91 -
YUV 156.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 217 119 189 0 0.45 0.13 0.15 317.14 0.56 0.66
Hex D9 77 BD 0 2D D F 13D 38 42
Octal 331 167 275 0 55 15 17 475 70 102
Binary 11011001 1110111 10111101 0 101101 1101 1111 100111101 111000 1000010

Color Harmonies of #D977BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977BD

Black with #D977BD

Text Example


Text Example

White with #D977BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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