Shades of Orchid #D167DD
Tints of Orchid #D167DD
RGB
CMYK
RGB Variations
Color information
#D167DD (or 0xD167DD) is known color: Orchid. HEX triplet: D1, 67 and DD. RGB value is (209,103,221). Sum of RGB (Red+Green+Blue) = 209+103+221=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D167DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167DD is #2E9822. Grayscale: #939393. Windows color (decimal): -3053603 or 14510033. OLE color: 14510033.
HSL color Cylindrical-coordinate representation of color #D167DD: hue angle of 293.9º 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 #D167DD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 103 | 221 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.13 |
| HSL | 293.9º | 0.63% | 0.64% | - |
| HSV(B) | 293.9º | 0.53% | 0.87% | - |
| XYZ | 44.2 | 28.48 | 71.57 | - |
| YUV | 148.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 221 | 0.05 | 0.53 | 0 | 0.13 | 293.9 | 0.63 | 0.64 |
| Hex | D1 | 67 | DD | 5 | 35 | 0 | D | 126 | 3F | 40 |
| Octal | 321 | 147 | 335 | 5 | 65 | 0 | 15 | 446 | 77 | 100 |
| Binary | 11010001 | 1100111 | 11011101 | 101 | 110101 | 0 | 1101 | 100100110 | 111111 | 1000000 |
Color Harmonies of #D167DD
Complementary color
Monochromatic Colors of #D167DD
Black with #D167DD
Text Example
Text Example
White with #D167DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167DD; }
p { color: rgb(209,103,221); }
H1.HeaderClassName
{
color: #D167DD;
}
.AnyTagClassName
{
color: #D167DD;
}
</style>
background-color css
<style>
a { background-color: #D167DD; }
a { background-color: rgb(209,103,221); }
div.DivClassName
{
background-color: #D167DD;
}
.BgClassName
{
background-color: #D167DD;
}
</style>
border-color css
<style>
span { border-color: #D167DD; }
span { border-color: rgb(209,103,221); }
td.TdClassName
{
border-color: #D167DD;
}
.TagClassName
{
border-color: #D167DD;
}
</style>