#D187D2

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

Shades of Orchid #D187D2

Tints of Orchid #D187D2

Color information

#D187D2 (or 0xD187D2) is unknown color: approx Orchid. HEX triplet: D1, 87 and D2. RGB value is (209,135,210). Sum of RGB (Red+Green+Blue) = 209+135+210=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #D187D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187D2 is #2E782D. Grayscale: #A5A5A5. Windows color (decimal): -3045422 or 13797329. OLE color: 13797329.

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

Color convert

RGB209135210-
CMYK0.000.3600.18
HSL299.2º45.45%67.65%-
HSV(B)299.2º35.71%82.35%-
XYZ46.5935.5465.38-
YUV165.68153.02158.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 210 (82.42% from 255) = 37.91%
R=37.73%
G=24.37%
B=37.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091352100.000.3600.18299.245.4567.65
HexD187D202401212b2d44
Octal32120732204402245355104
Binary11010001100001111101001001001000100101001010111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D187D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D187D2; }

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

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

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

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

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

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

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

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