#D977C1

Color #D977C1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D977C1

Tints of Orchid #D977C1

Color information

#D977C1 (or 0xD977C1) is unknown color: approx Orchid. HEX triplet: D9, 77 and C1. RGB value is (217,119,193). Sum of RGB (Red+Green+Blue) = 217+119+193=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C1 is #26883E. Grayscale: #9C9C9C. Windows color (decimal): -2525247 or 12679129. OLE color: 12679129.

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

Color convert

RGB217119193-
CMYK00.450.110.15
HSL314.69º56.32%65.88%-
HSV(B)314.69º45.16%85.1%-
XYZ44.8431.854.23-
YUV156.74148.47170.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=41.02%
G=22.50%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711919300.450.110.15314.6956.3265.88
HexD977C102DBF13b3842
Octal331167301055131747370102
Binary110110011110111110000010101101101111111001110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977C1; }

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

 H1.HeaderClassName
 {
   color: #D977C1;
 }
 .AnyTagClassName
 {
   color: #D977C1;
 }
</style>
background-color css

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

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

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

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

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

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