#d186d8

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

Shades of Orchid #D186D8

Tints of Orchid #D186D8

Color information

#D186D8 (or 0xD186D8) is unknown color: approx Orchid. HEX triplet: D1, 86 and D8. RGB value is (209,134,216). Sum of RGB (Red+Green+Blue) = 209+134+216=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #D186D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186D8 is #2E7927. Grayscale: #A5A5A5. Windows color (decimal): -3045672 or 14190289. OLE color: 14190289.

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

Color convert

RGB209134216-
CMYK0.030.3800.15
HSL294.88º51.25%68.63%-
HSV(B)294.88º37.96%84.71%-
XYZ47.2135.5669.34-
YUV165.77156.35158.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=37.39%
G=23.97%
B=38.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091342160.030.3800.15294.8851.2568.63
HexD186D83260F1273345
Octal32120633034601744763105
Binary11010001100001101101100011100110011111001001111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d186d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d186d8; }

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

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

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

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

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

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

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

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