#D877C7

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

Shades of Orchid #D877C7

Tints of Orchid #D877C7

Color information

#D877C7 (or 0xD877C7) is unknown color: approx Orchid. HEX triplet: D8, 77 and C7. RGB value is (216,119,199). Sum of RGB (Red+Green+Blue) = 216+119+199=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D877C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877C7 is #278838. Grayscale: #9C9C9C. Windows color (decimal): -2590777 or 13072344. OLE color: 13072344.

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

Color convert

RGB216119199-
CMYK00.450.080.15
HSL310.52º55.43%65.69%-
HSV(B)310.52º44.91%84.71%-
XYZ45.2231.9257.81-
YUV157.12151.64170-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 199 (78.12% from 255) = 37.27%
R=40.45%
G=22.28%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611919900.450.080.15310.5255.4365.69
HexD877C702D8F1373742
Octal330167307055101746767102
Binary110110001110111110001110101101100011111001101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877C7; }

 p { color: rgb(216,119,199); }

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

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

 a { background-color: rgb(216,119,199); }

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

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

 span { border-color: rgb(216,119,199); }

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