Shades of Orchid #D15FDD
Tints of Orchid #D15FDD
RGB
CMYK
RGB Variations
Color information
#D15FDD (or 0xD15FDD) is known color: Orchid. HEX triplet: D1, 5F and DD. RGB value is (209,95,221). Sum of RGB (Red+Green+Blue) = 209+95+221=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D15FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FDD is #2EA022. Grayscale: #8F8F8F. Windows color (decimal): -3055651 or 14507985. OLE color: 14507985.
HSL color Cylindrical-coordinate representation of color #D15FDD: hue angle of 294.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15FDD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 95 | 221 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 294.29º | 0.65% | 0.62% | - |
| HSV(B) | 294.29º | 0.57% | 0.87% | - |
| XYZ | 43.44 | 26.96 | 71.32 | - |
| YUV | 143.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 221 | 0.05 | 0.57 | 0 | 0.13 | 294.29 | 0.65 | 0.62 |
| Hex | D1 | 5F | DD | 5 | 39 | 0 | D | 126 | 41 | 3E |
| Octal | 321 | 137 | 335 | 5 | 71 | 0 | 15 | 446 | 101 | 76 |
| Binary | 11010001 | 1011111 | 11011101 | 101 | 111001 | 0 | 1101 | 100100110 | 1000001 | 111110 |
Color Harmonies of #D15FDD
Complementary color
Monochromatic Colors of #D15FDD
Black with #D15FDD
Text Example
Text Example
White with #D15FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FDD; }
p { color: rgb(209,95,221); }
H1.HeaderClassName
{
color: #D15FDD;
}
.AnyTagClassName
{
color: #D15FDD;
}
</style>
background-color css
<style>
a { background-color: #D15FDD; }
a { background-color: rgb(209,95,221); }
div.DivClassName
{
background-color: #D15FDD;
}
.BgClassName
{
background-color: #D15FDD;
}
</style>
border-color css
<style>
span { border-color: #D15FDD; }
span { border-color: rgb(209,95,221); }
td.TdClassName
{
border-color: #D15FDD;
}
.TagClassName
{
border-color: #D15FDD;
}
</style>