#D16EBF

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

Shades of Orchid #D16EBF

Tints of Orchid #D16EBF

Color information

#D16EBF (or 0xD16EBF) is unknown color: approx Orchid. HEX triplet: D1, 6E and BF. RGB value is (209,110,191). Sum of RGB (Red+Green+Blue) = 209+110+191=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EBF is #2E9140. Grayscale: #949494. Windows color (decimal): -3051841 or 12545745. OLE color: 12545745.

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

Color convert

RGB209110191-
CMYK00.470.090.18
HSL310.91º51.83%62.55%-
HSV(B)310.91º47.37%81.96%-
XYZ41.2728.4752.61-
YUV148.83151.8170.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 191 (75% from 255) = 37.45%
R=40.98%
G=21.57%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911019100.470.090.18310.9151.8362.55
HexD16EBF02F912137343f
Octal32115627705711224676477
Binary110100011101110101111110101111100110010100110111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EBF; }

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

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

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

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

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

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

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

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