#D187CB

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

Shades of Orchid #D187CB

Tints of Orchid #D187CB

Color information

#D187CB (or 0xD187CB) is unknown color: approx Orchid. HEX triplet: D1, 87 and CB. RGB value is (209,135,203). Sum of RGB (Red+Green+Blue) = 209+135+203=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D187CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187CB is #2E7834. Grayscale: #A4A4A4. Windows color (decimal): -3045429 or 13338577. OLE color: 13338577.

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

Color convert

RGB209135203-
CMYK00.350.030.18
HSL304.86º44.58%67.45%-
HSV(B)304.86º35.41%81.96%-
XYZ45.7435.260.88-
YUV164.88149.52159.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=38.21%
G=24.68%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913520300.350.030.18304.8644.5867.45
HexD187CB0233121312d43
Octal32120731304332246155103
Binary110100011000011111001011010001111100101001100011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D187CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D187CB; }

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

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

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

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

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

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

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

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