#D16CDE

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

Shades of Orchid #D16CDE

Tints of Orchid #D16CDE

Color information

#D16CDE (or 0xD16CDE) is unknown color: approx Orchid. HEX triplet: D1, 6C and DE. RGB value is (209,108,222). Sum of RGB (Red+Green+Blue) = 209+108+222=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDE is #2E9321. Grayscale: #969696. Windows color (decimal): -3052322 or 14576849. OLE color: 14576849.

HSL color Cylindrical-coordinate representation of color #D16CDE: hue angle of 293.16º degrees, saturation: 0.63, 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 #D16CDE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209108222-
CMYK0.060.5100.13
HSL293.16º63.33%64.71%-
HSV(B)293.16º51.35%87.06%-
XYZ44.8429.5572.45-
YUV151.2167.96169.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 108 (42.58% from 255) = 20.04%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=38.78%
G=20.04%
B=41.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091082220.060.5100.13293.1663.3364.71
HexD16CDE6330D1253f41
Octal32115433666301544577101
Binary11010001110110011011110110110011011011001001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CDE; }

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

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

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

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

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

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

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

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