#D881D5

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

Shades of Orchid #D881D5

Tints of Orchid #D881D5

Color information

#D881D5 (or 0xD881D5) is unknown color: approx Orchid. HEX triplet: D8, 81 and D5. RGB value is (216,129,213). Sum of RGB (Red+Green+Blue) = 216+129+213=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D5 is #277E2A. Grayscale: #A4A4A4. Windows color (decimal): -2588203 or 13992408. OLE color: 13992408.

HSL color Cylindrical-coordinate representation of color #D881D5: hue angle of 302.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881D5 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216129213-
CMYK00.400.010.15
HSL302.07º52.73%67.65%-
HSV(B)302.07º40.28%84.71%-
XYZ48.1835.167.19-
YUV164.59155.32164.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=38.71%
G=23.12%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612921300.400.010.15302.0752.7367.65
HexD881D50281F12e3544
Octal33020132505011745665104
Binary1101100010000001110101010101000111111001011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881D5; }

 p { color: rgb(216,129,213); }

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

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

 a { background-color: rgb(216,129,213); }

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

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

 span { border-color: rgb(216,129,213); }

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