#D977C0

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

Shades of Orchid #D977C0

Tints of Orchid #D977C0

Color information

#D977C0 (or 0xD977C0) is unknown color: approx Orchid. HEX triplet: D9, 77 and C0. RGB value is (217,119,192). Sum of RGB (Red+Green+Blue) = 217+119+192=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C0 is #26883F. Grayscale: #9C9C9C. Windows color (decimal): -2525248 or 12613593. OLE color: 12613593.

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

Color convert

RGB217119192-
CMYK00.450.120.15
HSL315.31º56.32%65.88%-
HSV(B)315.31º45.16%85.1%-
XYZ44.7331.7553.64-
YUV156.62147.97171.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=41.10%
G=22.54%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711919200.450.120.15315.3156.3265.88
HexD977C002DCF13b3842
Octal331167300055141747370102
Binary110110011110111110000000101101110011111001110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977C0; }

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

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

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

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

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

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

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

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