#d16fbb

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

Shades of Orchid #D16FBB

Tints of Orchid #D16FBB

Color information

#D16FBB (or 0xD16FBB) is unknown color: approx Orchid. HEX triplet: D1, 6F and BB. RGB value is (209,111,187). Sum of RGB (Red+Green+Blue) = 209+111+187=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FBB is #2E9044. Grayscale: #949494. Windows color (decimal): -3051589 or 12283857. OLE color: 12283857.

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

Color convert

RGB209111187-
CMYK00.470.110.18
HSL313.47º51.58%62.75%-
HSV(B)313.47º46.89%81.96%-
XYZ40.9528.5150.36-
YUV148.97149.47170.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=41.22%
G=21.89%
B=36.88%

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
Decimal20911118700.470.110.18313.4751.5862.75
HexD16FBB02FB12139343f
Octal32115727305713224716477
Binary110100011101111101110110101111101110010100111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16fbb; }

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

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

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

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

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

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

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

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