Shades of Orchid #D15FCB
Tints of Orchid #D15FCB
RGB
CMYK
RGB Variations
Color information
#D15FCB (or 0xD15FCB) is known color: Orchid. HEX triplet: D1, 5F and CB. RGB value is (209,95,203). Sum of RGB (Red+Green+Blue) = 209+95+203=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCB is #2EA034. Grayscale: #8D8D8D. Windows color (decimal): -3055669 or 13328337. OLE color: 13328337.
HSL color Cylindrical-coordinate representation of color #D15FCB: hue angle of 303.16º 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 #D15FCB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 203 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.18 |
| HSL | 303.16º | 0.55% | 0.6% | - |
| HSV(B) | 303.16º | 0.55% | 0.82% | - |
| XYZ | 41.17 | 26.05 | 59.36 | - |
| YUV | 141.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 203 | 0 | 0.55 | 0.03 | 0.18 | 303.16 | 0.55 | 0.6 |
| Hex | D1 | 5F | CB | 0 | 37 | 3 | 12 | 12F | 37 | 3C |
| Octal | 321 | 137 | 313 | 0 | 67 | 3 | 22 | 457 | 67 | 74 |
| Binary | 11010001 | 1011111 | 11001011 | 0 | 110111 | 11 | 10010 | 100101111 | 110111 | 111100 |
Color Harmonies of #D15FCB
Complementary color
Monochromatic Colors of #D15FCB
Black with #D15FCB
Text Example
Text Example
White with #D15FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FCB; }
p { color: rgb(209,95,203); }
H1.HeaderClassName
{
color: #D15FCB;
}
.AnyTagClassName
{
color: #D15FCB;
}
</style>
background-color css
<style>
a { background-color: #D15FCB; }
a { background-color: rgb(209,95,203); }
div.DivClassName
{
background-color: #D15FCB;
}
.BgClassName
{
background-color: #D15FCB;
}
</style>
border-color css
<style>
span { border-color: #D15FCB; }
span { border-color: rgb(209,95,203); }
td.TdClassName
{
border-color: #D15FCB;
}
.TagClassName
{
border-color: #D15FCB;
}
</style>