#D185DB

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

Shades of Orchid #D185DB

Tints of Orchid #D185DB

Color information

#D185DB (or 0xD185DB) is unknown color: approx Orchid. HEX triplet: D1, 85 and DB. RGB value is (209,133,219). Sum of RGB (Red+Green+Blue) = 209+133+219=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D185DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185DB is #2E7A24. Grayscale: #A5A5A5. Windows color (decimal): -3045925 or 14386641. OLE color: 14386641.

HSL color Cylindrical-coordinate representation of color #D185DB: hue angle of 293.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D185DB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209133219-
CMYK0.050.3900.14
HSL293.02º54.43%69.02%-
HSV(B)293.02º39.27%85.88%-
XYZ47.4735.4471.36-
YUV165.53158.18159.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=37.25%
G=23.71%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091332190.050.3900.14293.0254.4369.02
HexD185DB5270E1253645
Octal32120533354701644566105
Binary110100011000010111011011101100111011101001001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185DB; }

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

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

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

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

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

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

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

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