#D16ADF

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

Shades of Orchid #D16ADF

Tints of Orchid #D16ADF

Color information

#D16ADF (or 0xD16ADF) is unknown color: approx Orchid. HEX triplet: D1, 6A and DF. RGB value is (209,106,223). Sum of RGB (Red+Green+Blue) = 209+106+223=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADF is #2E9520. Grayscale: #959595. Windows color (decimal): -3052833 or 14641873. OLE color: 14641873.

HSL color Cylindrical-coordinate representation of color #D16ADF: hue angle of 292.82º degrees, saturation: 0.65, 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 #D16ADF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209106223-
CMYK0.060.5200.13
HSL292.82º64.64%64.51%-
HSV(B)292.82º52.47%87.45%-
XYZ44.7729.1973.09-
YUV150.14169.12169.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=38.85%
G=19.70%
B=41.45%

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
Decimal2091062230.060.5200.13292.8264.6464.51
HexD16ADF6340D1254141
Octal321152337664015445101101
Binary110100011101010110111111101101000110110010010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ADF; }

 p { color: rgb(209,106,223); }

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

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

 a { background-color: rgb(209,106,223); }

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

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

 span { border-color: rgb(209,106,223); }

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