#D187DD

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

Shades of Orchid #D187DD

Tints of Orchid #D187DD

Color information

#D187DD (or 0xD187DD) is unknown color: approx Orchid. HEX triplet: D1, 87 and DD. RGB value is (209,135,221). Sum of RGB (Red+Green+Blue) = 209+135+221=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D187DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187DD is #2E7822. Grayscale: #A6A6A6. Windows color (decimal): -3045411 or 14518225. OLE color: 14518225.

HSL color Cylindrical-coordinate representation of color #D187DD: hue angle of 291.63º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D187DD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209135221-
CMYK0.050.3900.13
HSL291.63º55.84%69.8%-
HSV(B)291.63º38.91%86.67%-
XYZ48.0136.172.84-
YUV166.93158.52158.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=36.99%
G=23.89%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091352210.050.3900.13291.6355.8469.8
HexD187DD5270D1243846
Octal32120733554701544470106
Binary110100011000011111011101101100111011011001001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D187DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D187DD; }

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

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

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

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

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

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

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

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