#D16FBE

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

Shades of Orchid #D16FBE

Tints of Orchid #D16FBE

Color information

#D16FBE (or 0xD16FBE) is unknown color: approx Orchid. HEX triplet: D1, 6F and BE. RGB value is (209,111,190). Sum of RGB (Red+Green+Blue) = 209+111+190=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FBE is #2E9041. Grayscale: #959595. Windows color (decimal): -3051586 or 12480465. OLE color: 12480465.

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

Color convert

RGB209111190-
CMYK00.470.090.18
HSL311.63º51.58%62.75%-
HSV(B)311.63º46.89%81.96%-
XYZ41.2728.6452.07-
YUV149.31150.97170.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=40.98%
G=21.76%
B=37.25%

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
Decimal20911119000.470.090.18311.6351.5862.75
HexD16FBE02F912138343f
Octal32115727605711224706477
Binary110100011101111101111100101111100110010100111000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16FBE; }

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

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

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

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

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

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

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

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