#D16ACE

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

Shades of Orchid #D16ACE

Tints of Orchid #D16ACE

Color information

#D16ACE (or 0xD16ACE) is unknown color: approx Orchid. HEX triplet: D1, 6A and CE. RGB value is (209,106,206). Sum of RGB (Red+Green+Blue) = 209+106+206=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACE is #2E9531. Grayscale: #939393. Windows color (decimal): -3052850 or 13527761. OLE color: 13527761.

HSL color Cylindrical-coordinate representation of color #D16ACE: hue angle of 301.75º 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 #D16ACE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209106206-
CMYK00.490.010.18
HSL301.75º52.82%61.76%-
HSV(B)301.75º49.28%81.96%-
XYZ42.5928.3261.61-
YUV148.2160.62171.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=40.12%
G=20.35%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910620600.490.010.18301.7552.8261.76
HexD16ACE03111212e353e
Octal3211523160611224566576
Binary110100011101010110011100110001110010100101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ACE; }

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

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

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

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

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

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

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

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