#D160D0

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

Shades of Orchid #D160D0

Tints of Orchid #D160D0

Color information

#D160D0 (or 0xD160D0) is unknown color: approx Orchid. HEX triplet: D1, 60 and D0. RGB value is (209,96,208). Sum of RGB (Red+Green+Blue) = 209+96+208=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D160D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160D0 is #2E9F2F. Grayscale: #8E8E8E. Windows color (decimal): -3055408 or 13656273. OLE color: 13656273.

HSL color Cylindrical-coordinate representation of color #D160D0: hue angle of 300.53º 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 #D160D0 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB20996208-
CMYK00.540.000.18
HSL300.53º55.12%59.8%-
HSV(B)300.53º54.07%81.96%-
XYZ41.8626.4862.58-
YUV142.55164.94175.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=40.74%
G=18.71%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099620800.540.000.18300.5355.1259.8
HexD160D003601212d373c
Octal3211403200660224556774
Binary110100011100000110100000110110010010100101101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160D0; }

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

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

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

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

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

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

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

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