Shades of Orchid #D25FE1
Tints of Orchid #D25FE1
RGB
CMYK
RGB Variations
Color information
#D25FE1 (or 0xD25FE1) is known color: Orchid. HEX triplet: D2, 5F and E1. RGB value is (210,95,225). Sum of RGB (Red+Green+Blue) = 210+95+225=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #D25FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FE1 is #2DA01E. Grayscale: #8F8F8F. Windows color (decimal): -2990111 or 14770130. OLE color: 14770130.
HSL color Cylindrical-coordinate representation of color #D25FE1: hue angle of 293.08º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25FE1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 95 | 225 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.12 |
| HSL | 293.08º | 0.68% | 0.63% | - |
| HSV(B) | 293.08º | 0.58% | 0.88% | - |
| XYZ | 44.26 | 27.32 | 74.18 | - |
| YUV | 144.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 225 | 0.07 | 0.58 | 0 | 0.12 | 293.08 | 0.68 | 0.63 |
| Hex | D2 | 5F | E1 | 7 | 3A | 0 | C | 125 | 44 | 3F |
| Octal | 322 | 137 | 341 | 7 | 72 | 0 | 14 | 445 | 104 | 77 |
| Binary | 11010010 | 1011111 | 11100001 | 111 | 111010 | 0 | 1100 | 100100101 | 1000100 | 111111 |
Color Harmonies of #D25FE1
Complementary color
Monochromatic Colors of #D25FE1
Black with #D25FE1
Text Example
Text Example
White with #D25FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FE1; }
p { color: rgb(210,95,225); }
H1.HeaderClassName
{
color: #D25FE1;
}
.AnyTagClassName
{
color: #D25FE1;
}
</style>
background-color css
<style>
a { background-color: #D25FE1; }
a { background-color: rgb(210,95,225); }
div.DivClassName
{
background-color: #D25FE1;
}
.BgClassName
{
background-color: #D25FE1;
}
</style>
border-color css
<style>
span { border-color: #D25FE1; }
span { border-color: rgb(210,95,225); }
td.TdClassName
{
border-color: #D25FE1;
}
.TagClassName
{
border-color: #D25FE1;
}
</style>