#D168DD

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

Shades of Orchid #D168DD

Tints of Orchid #D168DD

Color information

#D168DD (or 0xD168DD) is unknown color: approx Orchid. HEX triplet: D1, 68 and DD. RGB value is (209,104,221). Sum of RGB (Red+Green+Blue) = 209+104+221=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D168DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168DD is #2E9722. Grayscale: #949494. Windows color (decimal): -3053347 or 14510289. OLE color: 14510289.

HSL color Cylindrical-coordinate representation of color #D168DD: hue angle of 293.85º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D168DD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209104221-
CMYK0.050.5300.13
HSL293.85º63.24%63.73%-
HSV(B)293.85º52.94%86.67%-
XYZ44.328.6871.61-
YUV148.73168.79170.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=39.14%
G=19.48%
B=41.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091042210.050.5300.13293.8563.2463.73
HexD168DD5350D1263f40
Octal32115033556501544677100
Binary11010001110100011011101101110101011011001001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168DD; }

 p { color: rgb(209,104,221); }

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

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

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

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

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

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

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