#D16FD5

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

Shades of Orchid #D16FD5

Tints of Orchid #D16FD5

Color information

#D16FD5 (or 0xD16FD5) is unknown color: approx Orchid. HEX triplet: D1, 6F and D5. RGB value is (209,111,213). Sum of RGB (Red+Green+Blue) = 209+111+213=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #D16FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FD5 is #2E902A. Grayscale: #979797. Windows color (decimal): -3051563 or 13987793. OLE color: 13987793.

HSL color Cylindrical-coordinate representation of color #D16FD5: hue angle of 297.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16FD5 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209111213-
CMYK0.020.4800.16
HSL297.65º54.84%63.53%-
HSV(B)297.65º47.89%83.53%-
XYZ43.9929.7366.37-
YUV151.93162.47168.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=39.21%
G=20.83%
B=39.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091112130.020.4800.16297.6554.8463.53
HexD16FD523001012a3740
Octal32115732526002045267100
Binary11010001110111111010101101100000100001001010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16FD5; }

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

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

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

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

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

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

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

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