#D16BDE

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

Shades of Orchid #D16BDE

Tints of Orchid #D16BDE

Color information

#D16BDE (or 0xD16BDE) is unknown color: approx Orchid. HEX triplet: D1, 6B and DE. RGB value is (209,107,222). Sum of RGB (Red+Green+Blue) = 209+107+222=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BDE is #2E9421. Grayscale: #969696. Windows color (decimal): -3052578 or 14576593. OLE color: 14576593.

HSL color Cylindrical-coordinate representation of color #D16BDE: hue angle of 293.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16BDE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209107222-
CMYK0.060.5200.13
HSL293.22º63.54%64.51%-
HSV(B)293.22º51.8%87.06%-
XYZ44.7429.3472.41-
YUV150.61168.29169.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=38.85%
G=19.89%
B=41.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091072220.060.5200.13293.2263.5464.51
HexD16BDE6340D1254041
Octal321153336664015445100101
Binary110100011101011110111101101101000110110010010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BDE; }

 p { color: rgb(209,107,222); }

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

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

 a { background-color: rgb(209,107,222); }

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

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

 span { border-color: rgb(209,107,222); }

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