#D186CC

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

Shades of Orchid #D186CC

Tints of Orchid #D186CC

Color information

#D186CC (or 0xD186CC) is unknown color: approx Orchid. HEX triplet: D1, 86 and CC. RGB value is (209,134,204). Sum of RGB (Red+Green+Blue) = 209+134+204=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D186CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186CC is #2E7933. Grayscale: #A4A4A4. Windows color (decimal): -3045684 or 13403857. OLE color: 13403857.

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

Color convert

RGB209134204-
CMYK00.360.020.18
HSL304º44.91%67.25%-
HSV(B)304º35.89%81.96%-
XYZ45.7234.9761.47-
YUV164.4150.35159.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=38.21%
G=24.50%
B=37.29%

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
Decimal20913420400.360.020.1830444.9167.25
HexD186CC0242121302d43
Octal32120631404422246055103
Binary110100011000011011001100010010010100101001100001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186CC; }

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

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

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

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

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

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

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

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