Shades of Orchid #D25FD1
Tints of Orchid #D25FD1
RGB
CMYK
RGB Variations
Color information
#D25FD1 (or 0xD25FD1) is known color: Orchid. HEX triplet: D2, 5F and D1. RGB value is (210,95,209). Sum of RGB (Red+Green+Blue) = 210+95+209=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FD1 is #2DA02E. Grayscale: #8E8E8E. Windows color (decimal): -2990127 or 13721554. OLE color: 13721554.
HSL color Cylindrical-coordinate representation of color #D25FD1: hue angle of 300.52º degrees, saturation: 0.56, 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 #D25FD1 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 209 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.18 |
| HSL | 300.52º | 0.56% | 0.6% | - |
| HSV(B) | 300.52º | 0.55% | 0.82% | - |
| XYZ | 42.18 | 26.49 | 63.21 | - |
| YUV | 142.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 209 | 0 | 0.55 | 0.00 | 0.18 | 300.52 | 0.56 | 0.6 |
| Hex | D2 | 5F | D1 | 0 | 37 | 0 | 12 | 12D | 38 | 3C |
| Octal | 322 | 137 | 321 | 0 | 67 | 0 | 22 | 455 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11010001 | 0 | 110111 | 0 | 10010 | 100101101 | 111000 | 111100 |
Color Harmonies of #D25FD1
Complementary color
Monochromatic Colors of #D25FD1
Black with #D25FD1
Text Example
Text Example
White with #D25FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FD1; }
p { color: rgb(210,95,209); }
H1.HeaderClassName
{
color: #D25FD1;
}
.AnyTagClassName
{
color: #D25FD1;
}
</style>
background-color css
<style>
a { background-color: #D25FD1; }
a { background-color: rgb(210,95,209); }
div.DivClassName
{
background-color: #D25FD1;
}
.BgClassName
{
background-color: #D25FD1;
}
</style>
border-color css
<style>
span { border-color: #D25FD1; }
span { border-color: rgb(210,95,209); }
td.TdClassName
{
border-color: #D25FD1;
}
.TagClassName
{
border-color: #D25FD1;
}
</style>