#D187CE

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

Shades of Orchid #D187CE

Tints of Orchid #D187CE

Color information

#D187CE (or 0xD187CE) is unknown color: approx Orchid. HEX triplet: D1, 87 and CE. RGB value is (209,135,206). Sum of RGB (Red+Green+Blue) = 209+135+206=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D187CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187CE is #2E7831. Grayscale: #A5A5A5. Windows color (decimal): -3045426 or 13535185. OLE color: 13535185.

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

Color convert

RGB209135206-
CMYK00.350.010.18
HSL302.43º44.58%67.45%-
HSV(B)302.43º35.41%81.96%-
XYZ46.135.3462.78-
YUV165.22151.02159.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=38%
G=24.55%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913520600.350.010.18302.4344.5867.45
HexD187CE02311212e2d43
Octal32120731604312245655103
Binary11010001100001111100111001000111100101001011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D187CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D187CE; }

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

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

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

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

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

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

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

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