#D16CDD

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

Shades of Orchid #D16CDD

Tints of Orchid #D16CDD

Color information

#D16CDD (or 0xD16CDD) is unknown color: approx Orchid. HEX triplet: D1, 6C and DD. RGB value is (209,108,221). Sum of RGB (Red+Green+Blue) = 209+108+221=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D16CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDD is #2E9322. Grayscale: #969696. Windows color (decimal): -3052323 or 14511313. OLE color: 14511313.

HSL color Cylindrical-coordinate representation of color #D16CDD: hue angle of 293.63º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16CDD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209108221-
CMYK0.050.5100.13
HSL293.63º62.43%64.51%-
HSV(B)293.63º51.13%86.67%-
XYZ44.7129.571.74-
YUV151.08167.46169.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 108 (42.58% from 255) = 20.07%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=38.85%
G=20.07%
B=41.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091082210.050.5100.13293.6362.4364.51
HexD16CDD5330D1263e41
Octal32115433556301544676101
Binary11010001110110011011101101110011011011001001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CDD; }

 p { color: rgb(209,108,221); }

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

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

 a { background-color: rgb(209,108,221); }

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

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

 span { border-color: rgb(209,108,221); }

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