Html Css Color HEX #D977C8 Orchid

📋 copy color: '#D977C8'

red 217 ◦ green 119 ◦ blue 200

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

Shades of Orchid #D977C8

Tints of Orchid #D977C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.31%

R = 40.49%
G = 22.2%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D977C8 (or 0xD977C8) is known color: Orchid. HEX triplet: D9, 77 and C8. RGB value is (217,119,200). Sum of RGB (Red+Green+Blue) = 217+119+200=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C8 is #268837. Grayscale: #9D9D9D. Windows color (decimal): -2525240 or 13137881. OLE color: 13137881.

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

Color convert

RGB 217 119 200 -
CMYK 0 0.45 0.08 0.15
HSL 310.41º 0.56% 0.66% -
HSV(B) 310.41º 0.45% 0.85% -
XYZ 45.64 32.12 58.44 -
YUV 157.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 217 119 200 0 0.45 0.08 0.15 310.41 0.56 0.66
Hex D9 77 C8 0 2D 8 F 136 38 42
Octal 331 167 310 0 55 10 17 466 70 102
Binary 11011001 1110111 11001000 0 101101 1000 1111 100110110 111000 1000010

Color Harmonies of #D977C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977C8

Black with #D977C8

Text Example


Text Example

White with #D977C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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