Html Css Color HEX #D977C6 Orchid

📋 copy color: '#D977C6'

red 217 ◦ green 119 ◦ blue 198

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

Shades of Orchid #D977C6

Tints of Orchid #D977C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 40.64%
G = 22.28%
B = 37.08%

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

#D977C6 (or 0xD977C6) is known color: Orchid. HEX triplet: D9, 77 and C6. RGB value is (217,119,198). Sum of RGB (Red+Green+Blue) = 217+119+198=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C6 is #268839. Grayscale: #9D9D9D. Windows color (decimal): -2525242 or 13006809. OLE color: 13006809.

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

Color convert

RGB 217 119 198 -
CMYK 0 0.45 0.09 0.15
HSL 311.63º 0.56% 0.66% -
HSV(B) 311.63º 0.45% 0.85% -
XYZ 45.41 32.02 57.21 -
YUV 157.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 217 119 198 0 0.45 0.09 0.15 311.63 0.56 0.66
Hex D9 77 C6 0 2D 9 F 138 38 42
Octal 331 167 306 0 55 11 17 470 70 102
Binary 11011001 1110111 11000110 0 101101 1001 1111 100111000 111000 1000010

Color Harmonies of #D977C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977C6

Black with #D977C6

Text Example


Text Example

White with #D977C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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