#D16ABD

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

Shades of Orchid #D16ABD

Tints of Orchid #D16ABD

Color information

#D16ABD (or 0xD16ABD) is unknown color: approx Orchid. HEX triplet: D1, 6A and BD. RGB value is (209,106,189). Sum of RGB (Red+Green+Blue) = 209+106+189=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ABD is #2E9542. Grayscale: #929292. Windows color (decimal): -3052867 or 12413649. OLE color: 12413649.

HSL color Cylindrical-coordinate representation of color #D16ABD: hue angle of 311.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16ABD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209106189-
CMYK00.490.100.18
HSL311.65º52.82%61.76%-
HSV(B)311.65º49.28%81.96%-
XYZ40.6327.5451.32-
YUV146.26152.12172.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=41.47%
G=21.03%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910618900.490.100.18311.6552.8261.76
HexD16ABD031A12138353e
Octal32115227506112224706576
Binary110100011101010101111010110001101010010100111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ABD; }

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

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

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

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

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

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

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

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