#D186DE

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

Shades of Orchid #D186DE

Tints of Orchid #D186DE

Color information

#D186DE (or 0xD186DE) is unknown color: approx Orchid. HEX triplet: D1, 86 and DE. RGB value is (209,134,222). Sum of RGB (Red+Green+Blue) = 209+134+222=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #D186DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186DE is #2E7921. Grayscale: #A6A6A6. Windows color (decimal): -3045666 or 14583505. OLE color: 14583505.

HSL color Cylindrical-coordinate representation of color #D186DE: hue angle of 291.14º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D186DE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209134222-
CMYK0.060.4000.13
HSL291.14º57.14%69.8%-
HSV(B)291.14º39.64%87.06%-
XYZ4835.8873.5-
YUV166.46159.35158.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=36.99%
G=23.72%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091342220.060.4000.13291.1457.1469.8
HexD186DE6280D1233946
Octal32120633665001544371106
Binary110100011000011011011110110101000011011001000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186DE; }

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

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

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

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

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

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

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

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