#D186CB

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

Shades of Orchid #D186CB

Tints of Orchid #D186CB

Color information

#D186CB (or 0xD186CB) is unknown color: approx Orchid. HEX triplet: D1, 86 and CB. RGB value is (209,134,203). Sum of RGB (Red+Green+Blue) = 209+134+203=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D186CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186CB is #2E7934. Grayscale: #A4A4A4. Windows color (decimal): -3045685 or 13338321. OLE color: 13338321.

HSL color Cylindrical-coordinate representation of color #D186CB: hue angle of 304.8º 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 #D186CB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209134203-
CMYK00.360.030.18
HSL304.8º44.91%67.25%-
HSV(B)304.8º35.89%81.96%-
XYZ45.634.9260.84-
YUV164.29149.85159.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=38.28%
G=24.54%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913420300.360.030.18304.844.9167.25
HexD186CB0243121312d43
Octal32120631304432246155103
Binary110100011000011011001011010010011100101001100011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186CB; }

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

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

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

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

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

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

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

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