#D186CD

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

Shades of Orchid #D186CD

Tints of Orchid #D186CD

Color information

#D186CD (or 0xD186CD) is unknown color: approx Orchid. HEX triplet: D1, 86 and CD. RGB value is (209,134,205). Sum of RGB (Red+Green+Blue) = 209+134+205=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D186CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186CD is #2E7932. Grayscale: #A4A4A4. Windows color (decimal): -3045683 or 13469393. OLE color: 13469393.

HSL color Cylindrical-coordinate representation of color #D186CD: hue angle of 303.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186CD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209134205-
CMYK00.360.020.18
HSL303.2º44.91%67.25%-
HSV(B)303.2º35.89%81.96%-
XYZ45.8435.0162.1-
YUV164.52150.85159.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=38.14%
G=24.45%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913420500.360.020.18303.244.9167.25
HexD186CD02421212f2d43
Octal32120631504422245755103
Binary110100011000011011001101010010010100101001011111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186CD; }

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

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

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

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

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

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

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

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