#D160D1

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

Shades of Orchid #D160D1

Tints of Orchid #D160D1

Color information

#D160D1 (or 0xD160D1) is unknown color: approx Orchid. HEX triplet: D1, 60 and D1. RGB value is (209,96,209). Sum of RGB (Red+Green+Blue) = 209+96+209=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D160D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160D1 is #2E9F2E. Grayscale: #8E8E8E. Windows color (decimal): -3055407 or 13721809. OLE color: 13721809.

HSL color Cylindrical-coordinate representation of color #D160D1: hue angle of 300º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160D1 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20996209-
CMYK00.5400.18
HSL300º55.12%59.8%-
HSV(B)300º54.07%81.96%-
XYZ41.9926.5263.23-
YUV142.67165.44175.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 96 (37.89% from 255) = 18.68%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=40.66%
G=18.68%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099620900.5400.1830055.1259.8
HexD160D103601212c373c
Octal3211403210660224546774
Binary110100011100000110100010110110010010100101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160D1; }

 p { color: rgb(209,96,209); }

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

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

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

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

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

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

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