Shades of Orchid #D168DC
Tints of Orchid #D168DC
RGB
CMYK
RGB Variations
Color information
#D168DC (or 0xD168DC) is known color: Orchid. HEX triplet: D1, 68 and DC. RGB value is (209,104,220). Sum of RGB (Red+Green+Blue) = 209+104+220=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #D168DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168DC is #2E9723. Grayscale: #949494. Windows color (decimal): -3053348 or 14444753. OLE color: 14444753.
HSL color Cylindrical-coordinate representation of color #D168DC: hue angle of 294.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D168DC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 104 | 220 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.14 |
| HSL | 294.31º | 0.62% | 0.64% | - |
| HSV(B) | 294.31º | 0.53% | 0.86% | - |
| XYZ | 44.16 | 28.62 | 70.91 | - |
| YUV | 148.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 220 | 0.05 | 0.53 | 0 | 0.14 | 294.31 | 0.62 | 0.64 |
| Hex | D1 | 68 | DC | 5 | 35 | 0 | E | 126 | 3E | 40 |
| Octal | 321 | 150 | 334 | 5 | 65 | 0 | 16 | 446 | 76 | 100 |
| Binary | 11010001 | 1101000 | 11011100 | 101 | 110101 | 0 | 1110 | 100100110 | 111110 | 1000000 |
Color Harmonies of #D168DC
Complementary color
Monochromatic Colors of #D168DC
Black with #D168DC
Text Example
Text Example
White with #D168DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168DC; }
p { color: rgb(209,104,220); }
H1.HeaderClassName
{
color: #D168DC;
}
.AnyTagClassName
{
color: #D168DC;
}
</style>
background-color css
<style>
a { background-color: #D168DC; }
a { background-color: rgb(209,104,220); }
div.DivClassName
{
background-color: #D168DC;
}
.BgClassName
{
background-color: #D168DC;
}
</style>
border-color css
<style>
span { border-color: #D168DC; }
span { border-color: rgb(209,104,220); }
td.TdClassName
{
border-color: #D168DC;
}
.TagClassName
{
border-color: #D168DC;
}
</style>