Html Css Color HEX #D977BE Orchid

📋 copy color: '#D977BE'

red 217 ◦ green 119 ◦ blue 190

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

Shades of Orchid #D977BE

Tints of Orchid #D977BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 41.25%
G = 22.62%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D977BE (or 0xD977BE) is known color: Orchid. HEX triplet: D9, 77 and BE. RGB value is (217,119,190). Sum of RGB (Red+Green+Blue) = 217+119+190=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D977BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977BE is #268841. Grayscale: #9C9C9C. Windows color (decimal): -2525250 or 12482521. OLE color: 12482521.

HSL color Cylindrical-coordinate representation of color #D977BE: hue angle of 316.53º 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 #D977BE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 190 -
CMYK 0 0.45 0.12 0.15
HSL 316.53º 0.56% 0.66% -
HSV(B) 316.53º 0.45% 0.85% -
XYZ 44.51 31.66 52.48 -
YUV 156.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 217 119 190 0 0.45 0.12 0.15 316.53 0.56 0.66
Hex D9 77 BE 0 2D C F 13D 38 42
Octal 331 167 276 0 55 14 17 475 70 102
Binary 11011001 1110111 10111110 0 101101 1100 1111 100111101 111000 1000010

Color Harmonies of #D977BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977BE

Black with #D977BE

Text Example


Text Example

White with #D977BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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