#D16ED3

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

Shades of Orchid #D16ED3

Tints of Orchid #D16ED3

Color information

#D16ED3 (or 0xD16ED3) is unknown color: approx Orchid. HEX triplet: D1, 6E and D3. RGB value is (209,110,211). Sum of RGB (Red+Green+Blue) = 209+110+211=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #D16ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ED3 is #2E912C. Grayscale: #969696. Windows color (decimal): -3051821 or 13856465. OLE color: 13856465.

HSL color Cylindrical-coordinate representation of color #D16ED3: hue angle of 298.81º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16ED3 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209110211-
CMYK0.010.4800.17
HSL298.81º53.44%62.94%-
HSV(B)298.81º47.87%82.75%-
XYZ43.6329.4165.01-
YUV151.12161.8169.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 110 (43.36% from 255) = 20.75%
BLUE value IS 211 (82.81% from 255) = 39.81%
R=39.43%
G=20.75%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091102110.010.4800.17298.8153.4462.94
HexD16ED313001112b353f
Octal3211563231600214536577
Binary110100011101110110100111110000010001100101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ED3; }

 p { color: rgb(209,110,211); }

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

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

 a { background-color: rgb(209,110,211); }

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

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

 span { border-color: rgb(209,110,211); }

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