#D884D1

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

Shades of Orchid #D884D1

Tints of Orchid #D884D1

Color information

#D884D1 (or 0xD884D1) is unknown color: approx Orchid. HEX triplet: D8, 84 and D1. RGB value is (216,132,209). Sum of RGB (Red+Green+Blue) = 216+132+209=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D884D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884D1 is #277B2E. Grayscale: #A5A5A5. Windows color (decimal): -2587439 or 13731032. OLE color: 13731032.

HSL color Cylindrical-coordinate representation of color #D884D1: hue angle of 305º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D884D1 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216132209-
CMYK00.390.030.15
HSL305º51.85%68.24%-
HSV(B)305º38.89%84.71%-
XYZ48.0835.764.68-
YUV165.89152.33163.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=38.78%
G=23.70%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613220900.390.030.1530551.8568.24
HexD884D10273F1313444
Octal33020432104731746164104
Binary11011000100001001101000101001111111111001100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884D1; }

 p { color: rgb(216,132,209); }

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

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

 a { background-color: rgb(216,132,209); }

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

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

 span { border-color: rgb(216,132,209); }

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