Shades of Orchid #D169C5
Tints of Orchid #D169C5
RGB
CMYK
RGB Variations
Color information
#D169C5 (or 0xD169C5) is known color: Orchid. HEX triplet: D1, 69 and C5. RGB value is (209,105,197). Sum of RGB (Red+Green+Blue) = 209+105+197=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D169C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169C5 is #2E963A. Grayscale: #929292. Windows color (decimal): -3053115 or 12937681. OLE color: 12937681.
HSL color Cylindrical-coordinate representation of color #D169C5: hue angle of 306.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169C5 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 197 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.18 |
| HSL | 306.92º | 0.53% | 0.62% | - |
| HSV(B) | 306.92º | 0.5% | 0.82% | - |
| XYZ | 41.42 | 27.69 | 55.98 | - |
| YUV | 146.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 197 | 0 | 0.50 | 0.06 | 0.18 | 306.92 | 0.53 | 0.62 |
| Hex | D1 | 69 | C5 | 0 | 32 | 6 | 12 | 133 | 35 | 3E |
| Octal | 321 | 151 | 305 | 0 | 62 | 6 | 22 | 463 | 65 | 76 |
| Binary | 11010001 | 1101001 | 11000101 | 0 | 110010 | 110 | 10010 | 100110011 | 110101 | 111110 |
Color Harmonies of #D169C5
Complementary color
Monochromatic Colors of #D169C5
Black with #D169C5
Text Example
Text Example
White with #D169C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169C5; }
p { color: rgb(209,105,197); }
H1.HeaderClassName
{
color: #D169C5;
}
.AnyTagClassName
{
color: #D169C5;
}
</style>
background-color css
<style>
a { background-color: #D169C5; }
a { background-color: rgb(209,105,197); }
div.DivClassName
{
background-color: #D169C5;
}
.BgClassName
{
background-color: #D169C5;
}
</style>
border-color css
<style>
span { border-color: #D169C5; }
span { border-color: rgb(209,105,197); }
td.TdClassName
{
border-color: #D169C5;
}
.TagClassName
{
border-color: #D169C5;
}
</style>