Shades of Orchid #D169CE
Tints of Orchid #D169CE
RGB
CMYK
RGB Variations
Color information
#D169CE (or 0xD169CE) is known color: Orchid. HEX triplet: D1, 69 and CE. RGB value is (209,105,206). Sum of RGB (Red+Green+Blue) = 209+105+206=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D169CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169CE is #2E9631. Grayscale: #939393. Windows color (decimal): -3053106 or 13527505. OLE color: 13527505.
HSL color Cylindrical-coordinate representation of color #D169CE: hue angle of 301.73º 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 #D169CE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 206 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.18 |
| HSL | 301.73º | 0.53% | 0.62% | - |
| HSV(B) | 301.73º | 0.5% | 0.82% | - |
| XYZ | 42.49 | 28.11 | 61.58 | - |
| YUV | 147.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 206 | 0 | 0.50 | 0.01 | 0.18 | 301.73 | 0.53 | 0.62 |
| Hex | D1 | 69 | CE | 0 | 32 | 1 | 12 | 12E | 35 | 3E |
| Octal | 321 | 151 | 316 | 0 | 62 | 1 | 22 | 456 | 65 | 76 |
| Binary | 11010001 | 1101001 | 11001110 | 0 | 110010 | 1 | 10010 | 100101110 | 110101 | 111110 |
Color Harmonies of #D169CE
Complementary color
Monochromatic Colors of #D169CE
Black with #D169CE
Text Example
Text Example
White with #D169CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169CE; }
p { color: rgb(209,105,206); }
H1.HeaderClassName
{
color: #D169CE;
}
.AnyTagClassName
{
color: #D169CE;
}
</style>
background-color css
<style>
a { background-color: #D169CE; }
a { background-color: rgb(209,105,206); }
div.DivClassName
{
background-color: #D169CE;
}
.BgClassName
{
background-color: #D169CE;
}
</style>
border-color css
<style>
span { border-color: #D169CE; }
span { border-color: rgb(209,105,206); }
td.TdClassName
{
border-color: #D169CE;
}
.TagClassName
{
border-color: #D169CE;
}
</style>