Shades of Orchid #D15FCC
Tints of Orchid #D15FCC
RGB
CMYK
RGB Variations
Color information
#D15FCC (or 0xD15FCC) is known color: Orchid. HEX triplet: D1, 5F and CC. RGB value is (209,95,204). Sum of RGB (Red+Green+Blue) = 209+95+204=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCC is #2EA033. Grayscale: #8D8D8D. Windows color (decimal): -3055668 or 13393873. OLE color: 13393873.
HSL color Cylindrical-coordinate representation of color #D15FCC: hue angle of 302.63º 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 #D15FCC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 204 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.18 |
| HSL | 302.63º | 0.55% | 0.6% | - |
| HSV(B) | 302.63º | 0.55% | 0.82% | - |
| XYZ | 41.29 | 26.1 | 59.99 | - |
| YUV | 141.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 204 | 0 | 0.55 | 0.02 | 0.18 | 302.63 | 0.55 | 0.6 |
| Hex | D1 | 5F | CC | 0 | 37 | 2 | 12 | 12F | 37 | 3C |
| Octal | 321 | 137 | 314 | 0 | 67 | 2 | 22 | 457 | 67 | 74 |
| Binary | 11010001 | 1011111 | 11001100 | 0 | 110111 | 10 | 10010 | 100101111 | 110111 | 111100 |
Color Harmonies of #D15FCC
Complementary color
Monochromatic Colors of #D15FCC
Black with #D15FCC
Text Example
Text Example
White with #D15FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FCC; }
p { color: rgb(209,95,204); }
H1.HeaderClassName
{
color: #D15FCC;
}
.AnyTagClassName
{
color: #D15FCC;
}
</style>
background-color css
<style>
a { background-color: #D15FCC; }
a { background-color: rgb(209,95,204); }
div.DivClassName
{
background-color: #D15FCC;
}
.BgClassName
{
background-color: #D15FCC;
}
</style>
border-color css
<style>
span { border-color: #D15FCC; }
span { border-color: rgb(209,95,204); }
td.TdClassName
{
border-color: #D15FCC;
}
.TagClassName
{
border-color: #D15FCC;
}
</style>