#D881D7

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

Shades of Orchid #D881D7

Tints of Orchid #D881D7

Color information

#D881D7 (or 0xD881D7) is unknown color: approx Orchid. HEX triplet: D8, 81 and D7. RGB value is (216,129,215). Sum of RGB (Red+Green+Blue) = 216+129+215=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D7 is #277E28. Grayscale: #A4A4A4. Windows color (decimal): -2588201 or 14123480. OLE color: 14123480.

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

Color convert

RGB216129215-
CMYK00.400.000.15
HSL300.69º52.73%67.65%-
HSV(B)300.69º40.28%84.71%-
XYZ48.4335.2168.53-
YUV164.82156.32164.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=38.57%
G=23.04%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612921500.400.000.15300.6952.7367.65
HexD881D70280F12d3544
Octal33020132705001745565104
Binary1101100010000001110101110101000011111001011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881D7; }

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

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

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

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

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

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

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

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