#D186DB

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

Shades of Orchid #D186DB

Tints of Orchid #D186DB

Color information

#D186DB (or 0xD186DB) is unknown color: approx Orchid. HEX triplet: D1, 86 and DB. RGB value is (209,134,219). Sum of RGB (Red+Green+Blue) = 209+134+219=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D186DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DB is #2E7924. Grayscale: #A5A5A5. Windows color (decimal): -3045669 or 14386897. OLE color: 14386897.

HSL color Cylindrical-coordinate representation of color #D186DB: hue angle of 292.94º 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 #D186DB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209134219-
CMYK0.050.3900.14
HSL292.94º54.14%69.22%-
HSV(B)292.94º38.81%85.88%-
XYZ47.6135.7271.4-
YUV166.12157.85158.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=37.19%
G=23.84%
B=38.97%

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
Decimal2091342190.050.3900.14292.9454.1469.22
HexD186DB5270E1253645
Octal32120633354701644566105
Binary110100011000011011011011101100111011101001001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186DB; }

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

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

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

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

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

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

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

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