#D16FDF

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

Shades of Orchid #D16FDF

Tints of Orchid #D16FDF

Color information

#D16FDF (or 0xD16FDF) is unknown color: approx Orchid. HEX triplet: D1, 6F and DF. RGB value is (209,111,223). Sum of RGB (Red+Green+Blue) = 209+111+223=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FDF is #2E9020. Grayscale: #989898. Windows color (decimal): -3051553 or 14643153. OLE color: 14643153.

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

Color convert

RGB209111223-
CMYK0.060.5000.13
HSL292.5º63.64%65.49%-
HSV(B)292.5º50.22%87.45%-
XYZ45.330.2573.26-
YUV153.07167.47167.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 111 (43.75% from 255) = 20.44%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=38.49%
G=20.44%
B=41.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091112230.060.5000.13292.563.6465.49
HexD16FDF6320D1244041
Octal321157337662015444100101
Binary110100011101111110111111101100100110110010010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16FDF; }

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

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

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

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

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

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

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

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