#D160DB

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

Shades of Orchid #D160DB

Tints of Orchid #D160DB

Color information

#D160DB (or 0xD160DB) is unknown color: approx Orchid. HEX triplet: D1, 60 and DB. RGB value is (209,96,219). Sum of RGB (Red+Green+Blue) = 209+96+219=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D160DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160DB is #2E9F24. Grayscale: #8F8F8F. Windows color (decimal): -3055397 or 14377169. OLE color: 14377169.

HSL color Cylindrical-coordinate representation of color #D160DB: hue angle of 295.12º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D160DB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20996219-
CMYK0.050.5600.14
HSL295.12º63.08%61.76%-
HSV(B)295.12º56.16%85.88%-
XYZ43.2627.0469.96-
YUV143.81170.44174.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=39.89%
G=18.32%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209962190.050.5600.14295.1263.0861.76
HexD160DB5380E1273f3e
Octal3211403335700164477776
Binary1101000111000001101101110111100001110100100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160DB; }

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

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

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

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

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

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

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

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