#D16DDA

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

Shades of Orchid #D16DDA

Tints of Orchid #D16DDA

Color information

#D16DDA (or 0xD16DDA) is unknown color: approx Orchid. HEX triplet: D1, 6D and DA. RGB value is (209,109,218). Sum of RGB (Red+Green+Blue) = 209+109+218=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DDA is #2E9225. Grayscale: #969696. Windows color (decimal): -3052070 or 14314961. OLE color: 14314961.

HSL color Cylindrical-coordinate representation of color #D16DDA: hue angle of 295.05º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16DDA is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209109218-
CMYK0.040.500.15
HSL295.05º59.56%64.12%-
HSV(B)295.05º50%85.49%-
XYZ44.4229.5569.69-
YUV151.33165.63169.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=38.99%
G=20.34%
B=40.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091092180.040.500.15295.0559.5664.12
HexD16DDA4320F1273c40
Octal32115533246201744774100
Binary11010001110110111011010100110010011111001001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DDA; }

 p { color: rgb(209,109,218); }

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

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

 a { background-color: rgb(209,109,218); }

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

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

 span { border-color: rgb(209,109,218); }

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