#D185D9

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

Shades of Orchid #D185D9

Tints of Orchid #D185D9

Color information

#D185D9 (or 0xD185D9) is unknown color: approx Orchid. HEX triplet: D1, 85 and D9. RGB value is (209,133,217). Sum of RGB (Red+Green+Blue) = 209+133+217=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #D185D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185D9 is #2E7A26. Grayscale: #A5A5A5. Windows color (decimal): -3045927 or 14255569. OLE color: 14255569.

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

Color convert

RGB209133217-
CMYK0.040.3900.15
HSL294.29º52.5%68.63%-
HSV(B)294.29º38.71%85.1%-
XYZ47.2135.3469.98-
YUV165.3157.18159.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=37.39%
G=23.79%
B=38.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091332170.040.3900.15294.2952.568.63
HexD185D94270F1263445
Octal32120533144701744664105
Binary110100011000010111011001100100111011111001001101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185D9; }

 p { color: rgb(209,133,217); }

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

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

 a { background-color: rgb(209,133,217); }

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

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

 span { border-color: rgb(209,133,217); }

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