Html Css Color HEX #D977C5 Orchid

📋 copy color: '#D977C5'

red 217 ◦ green 119 ◦ blue 197

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

Shades of Orchid #D977C5

Tints of Orchid #D977C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 40.71%
G = 22.33%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D977C5 (or 0xD977C5) is known color: Orchid. HEX triplet: D9, 77 and C5. RGB value is (217,119,197). Sum of RGB (Red+Green+Blue) = 217+119+197=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C5 is #26883A. Grayscale: #9C9C9C. Windows color (decimal): -2525243 or 12941273. OLE color: 12941273.

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

Color convert

RGB 217 119 197 -
CMYK 0 0.45 0.09 0.15
HSL 312.24º 0.56% 0.66% -
HSV(B) 312.24º 0.45% 0.85% -
XYZ 45.29 31.98 56.61 -
YUV 157.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 217 119 197 0 0.45 0.09 0.15 312.24 0.56 0.66
Hex D9 77 C5 0 2D 9 F 138 38 42
Octal 331 167 305 0 55 11 17 470 70 102
Binary 11011001 1110111 11000101 0 101101 1001 1111 100111000 111000 1000010

Color Harmonies of #D977C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977C5

Black with #D977C5

Text Example


Text Example

White with #D977C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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