Shades of Orchid #D169CB
Tints of Orchid #D169CB
RGB
CMYK
RGB Variations
Color information
#D169CB (or 0xD169CB) is known color: Orchid. HEX triplet: D1, 69 and CB. RGB value is (209,105,203). Sum of RGB (Red+Green+Blue) = 209+105+203=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D169CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169CB is #2E9634. Grayscale: #929292. Windows color (decimal): -3053109 or 13330897. OLE color: 13330897.
HSL color Cylindrical-coordinate representation of color #D169CB: hue angle of 303.46º 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 #D169CB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 203 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.18 |
| HSL | 303.46º | 0.53% | 0.62% | - |
| HSV(B) | 303.46º | 0.5% | 0.82% | - |
| XYZ | 42.13 | 27.97 | 59.68 | - |
| YUV | 147.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 203 | 0 | 0.50 | 0.03 | 0.18 | 303.46 | 0.53 | 0.62 |
| Hex | D1 | 69 | CB | 0 | 32 | 3 | 12 | 12F | 35 | 3E |
| Octal | 321 | 151 | 313 | 0 | 62 | 3 | 22 | 457 | 65 | 76 |
| Binary | 11010001 | 1101001 | 11001011 | 0 | 110010 | 11 | 10010 | 100101111 | 110101 | 111110 |
Color Harmonies of #D169CB
Complementary color
Monochromatic Colors of #D169CB
Black with #D169CB
Text Example
Text Example
White with #D169CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169CB; }
p { color: rgb(209,105,203); }
H1.HeaderClassName
{
color: #D169CB;
}
.AnyTagClassName
{
color: #D169CB;
}
</style>
background-color css
<style>
a { background-color: #D169CB; }
a { background-color: rgb(209,105,203); }
div.DivClassName
{
background-color: #D169CB;
}
.BgClassName
{
background-color: #D169CB;
}
</style>
border-color css
<style>
span { border-color: #D169CB; }
span { border-color: rgb(209,105,203); }
td.TdClassName
{
border-color: #D169CB;
}
.TagClassName
{
border-color: #D169CB;
}
</style>