Shades of Orchid #D169E3
Tints of Orchid #D169E3
RGB
CMYK
RGB Variations
Color information
#D169E3 (or 0xD169E3) is known color: Orchid. HEX triplet: D1, 69 and E3. RGB value is (209,105,227). Sum of RGB (Red+Green+Blue) = 209+105+227=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #D169E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169E3 is #2E961C. Grayscale: #959595. Windows color (decimal): -3053085 or 14903761. OLE color: 14903761.
HSL color Cylindrical-coordinate representation of color #D169E3: hue angle of 291.15º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D169E3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 105 | 227 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.11 |
| HSL | 291.15º | 0.69% | 0.65% | - |
| HSV(B) | 291.15º | 0.54% | 0.89% | - |
| XYZ | 45.21 | 29.2 | 75.93 | - |
| YUV | 150 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 227 | 0.08 | 0.54 | 0 | 0.11 | 291.15 | 0.69 | 0.65 |
| Hex | D1 | 69 | E3 | 8 | 36 | 0 | B | 123 | 45 | 41 |
| Octal | 321 | 151 | 343 | 10 | 66 | 0 | 13 | 443 | 105 | 101 |
| Binary | 11010001 | 1101001 | 11100011 | 1000 | 110110 | 0 | 1011 | 100100011 | 1000101 | 1000001 |
Color Harmonies of #D169E3
Complementary color
Monochromatic Colors of #D169E3
Black with #D169E3
Text Example
Text Example
White with #D169E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169E3; }
p { color: rgb(209,105,227); }
H1.HeaderClassName
{
color: #D169E3;
}
.AnyTagClassName
{
color: #D169E3;
}
</style>
background-color css
<style>
a { background-color: #D169E3; }
a { background-color: rgb(209,105,227); }
div.DivClassName
{
background-color: #D169E3;
}
.BgClassName
{
background-color: #D169E3;
}
</style>
border-color css
<style>
span { border-color: #D169E3; }
span { border-color: rgb(209,105,227); }
td.TdClassName
{
border-color: #D169E3;
}
.TagClassName
{
border-color: #D169E3;
}
</style>