Shades of Orchid #D15FCD
Tints of Orchid #D15FCD
RGB
CMYK
RGB Variations
Color information
#D15FCD (or 0xD15FCD) is known color: Orchid. HEX triplet: D1, 5F and CD. RGB value is (209,95,205). Sum of RGB (Red+Green+Blue) = 209+95+205=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCD is #2EA032. Grayscale: #8D8D8D. Windows color (decimal): -3055667 or 13459409. OLE color: 13459409.
HSL color Cylindrical-coordinate representation of color #D15FCD: hue angle of 302.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FCD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 205 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.18 |
| HSL | 302.11º | 0.55% | 0.6% | - |
| HSV(B) | 302.11º | 0.55% | 0.82% | - |
| XYZ | 41.41 | 26.15 | 60.62 | - |
| YUV | 141.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 205 | 0 | 0.55 | 0.02 | 0.18 | 302.11 | 0.55 | 0.6 |
| Hex | D1 | 5F | CD | 0 | 37 | 2 | 12 | 12E | 37 | 3C |
| Octal | 321 | 137 | 315 | 0 | 67 | 2 | 22 | 456 | 67 | 74 |
| Binary | 11010001 | 1011111 | 11001101 | 0 | 110111 | 10 | 10010 | 100101110 | 110111 | 111100 |
Color Harmonies of #D15FCD
Complementary color
Monochromatic Colors of #D15FCD
Black with #D15FCD
Text Example
Text Example
White with #D15FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FCD; }
p { color: rgb(209,95,205); }
H1.HeaderClassName
{
color: #D15FCD;
}
.AnyTagClassName
{
color: #D15FCD;
}
</style>
background-color css
<style>
a { background-color: #D15FCD; }
a { background-color: rgb(209,95,205); }
div.DivClassName
{
background-color: #D15FCD;
}
.BgClassName
{
background-color: #D15FCD;
}
</style>
border-color css
<style>
span { border-color: #D15FCD; }
span { border-color: rgb(209,95,205); }
td.TdClassName
{
border-color: #D15FCD;
}
.TagClassName
{
border-color: #D15FCD;
}
</style>