#D187D7

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

Shades of Orchid #D187D7

Tints of Orchid #D187D7

Color information

#D187D7 (or 0xD187D7) is unknown color: approx Orchid. HEX triplet: D1, 87 and D7. RGB value is (209,135,215). Sum of RGB (Red+Green+Blue) = 209+135+215=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #D187D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187D7 is #2E7828. Grayscale: #A6A6A6. Windows color (decimal): -3045417 or 14125009. OLE color: 14125009.

HSL color Cylindrical-coordinate representation of color #D187D7: hue angle of 295.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D187D7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209135215-
CMYK0.030.3700.16
HSL295.5º50%68.63%-
HSV(B)295.5º37.21%84.31%-
XYZ47.2235.7968.71-
YUV166.25155.52158.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=37.39%
G=24.15%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091352150.030.3700.16295.55068.63
HexD187D73250101283245
Octal32120732734502045062105
Binary110100011000011111010111111001010100001001010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D187D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D187D7; }

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

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

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

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

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

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

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

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