#D877CD

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

Shades of Orchid #D877CD

Tints of Orchid #D877CD

Color information

#D877CD (or 0xD877CD) is unknown color: approx Orchid. HEX triplet: D8, 77 and CD. RGB value is (216,119,205). Sum of RGB (Red+Green+Blue) = 216+119+205=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CD is #278832. Grayscale: #9D9D9D. Windows color (decimal): -2590771 or 13465560. OLE color: 13465560.

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

Color convert

RGB216119205-
CMYK00.450.050.15
HSL306.8º55.43%65.69%-
HSV(B)306.8º44.91%84.71%-
XYZ45.9432.261.55-
YUV157.81154.64169.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 22.04%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=40%
G=22.04%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611920500.450.050.15306.855.4365.69
HexD877CD02D5F1333742
Octal33016731505551746367102
Binary11011000111011111001101010110110111111001100111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877CD; }

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

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

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

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

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

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

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

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