#D16EBA

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

Shades of Orchid #D16EBA

Tints of Orchid #D16EBA

Color information

#D16EBA (or 0xD16EBA) is unknown color: approx Orchid. HEX triplet: D1, 6E and BA. RGB value is (209,110,186). Sum of RGB (Red+Green+Blue) = 209+110+186=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EBA is #2E9145. Grayscale: #949494. Windows color (decimal): -3051846 or 12218065. OLE color: 12218065.

HSL color Cylindrical-coordinate representation of color #D16EBA: hue angle of 313.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EBA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209110186-
CMYK00.470.110.18
HSL313.94º51.83%62.55%-
HSV(B)313.94º47.37%81.96%-
XYZ40.7328.2549.76-
YUV148.26149.3171.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=41.39%
G=21.78%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911018600.470.110.18313.9451.8362.55
HexD16EBA02FB1213a343f
Octal32115627205713224726477
Binary110100011101110101110100101111101110010100111010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EBA; }

 p { color: rgb(209,110,186); }

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

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

 a { background-color: rgb(209,110,186); }

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

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

 span { border-color: rgb(209,110,186); }

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