#D187D0

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

Shades of Orchid #D187D0

Tints of Orchid #D187D0

Color information

#D187D0 (or 0xD187D0) is unknown color: approx Orchid. HEX triplet: D1, 87 and D0. RGB value is (209,135,208). Sum of RGB (Red+Green+Blue) = 209+135+208=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D187D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187D0 is #2E782F. Grayscale: #A5A5A5. Windows color (decimal): -3045424 or 13666257. OLE color: 13666257.

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

Color convert

RGB209135208-
CMYK00.350.000.18
HSL300.81º44.58%67.45%-
HSV(B)300.81º35.41%81.96%-
XYZ46.3435.4464.07-
YUV165.45152.02159.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=37.86%
G=24.46%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913520800.350.000.18300.8144.5867.45
HexD187D002301212d2d43
Octal32120732004302245555103
Binary11010001100001111101000001000110100101001011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D187D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D187D0; }

 p { color: rgb(209,135,208); }

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

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

 a { background-color: rgb(209,135,208); }

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

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

 span { border-color: rgb(209,135,208); }

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