#D169DC

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

Shades of Orchid #D169DC

Tints of Orchid #D169DC

Color information

#D169DC (or 0xD169DC) is unknown color: approx Orchid. HEX triplet: D1, 69 and DC. RGB value is (209,105,220). Sum of RGB (Red+Green+Blue) = 209+105+220=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D169DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169DC is #2E9623. Grayscale: #949494. Windows color (decimal): -3053092 or 14445009. OLE color: 14445009.

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

Color convert

RGB209105220-
CMYK0.050.5200.14
HSL294.26º62.16%63.73%-
HSV(B)294.26º52.27%86.27%-
XYZ44.2628.8370.94-
YUV149.21167.96170.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=39.14%
G=19.66%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091052200.050.5200.14294.2662.1663.73
HexD169DC5340E1263e40
Octal32115133456401644676100
Binary11010001110100111011100101110100011101001001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169DC; }

 p { color: rgb(209,105,220); }

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

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

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

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

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

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

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