#D16EBB

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

Shades of Orchid #D16EBB

Tints of Orchid #D16EBB

Color information

#D16EBB (or 0xD16EBB) is unknown color: approx Orchid. HEX triplet: D1, 6E and BB. RGB value is (209,110,187). Sum of RGB (Red+Green+Blue) = 209+110+187=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EBB is #2E9144. Grayscale: #949494. Windows color (decimal): -3051845 or 12283601. OLE color: 12283601.

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

Color convert

RGB209110187-
CMYK00.470.110.18
HSL313.33º51.83%62.55%-
HSV(B)313.33º47.37%81.96%-
XYZ40.8428.350.32-
YUV148.38149.8171.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=41.30%
G=21.74%
B=36.96%

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
Decimal20911018700.470.110.18313.3351.8362.55
HexD16EBB02FB12139343f
Octal32115627305713224716477
Binary110100011101110101110110101111101110010100111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EBB; }

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

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

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

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

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

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

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

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