Shades of Orchid #D25FE0
Tints of Orchid #D25FE0
RGB
CMYK
RGB Variations
Color information
#D25FE0 (or 0xD25FE0) is known color: Orchid. HEX triplet: D2, 5F and E0. RGB value is (210,95,224). Sum of RGB (Red+Green+Blue) = 210+95+224=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #D25FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FE0 is #2DA01F. Grayscale: #8F8F8F. Windows color (decimal): -2990112 or 14704594. OLE color: 14704594.
HSL color Cylindrical-coordinate representation of color #D25FE0: hue angle of 293.49º 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 #D25FE0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 95 | 224 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.12 |
| HSL | 293.49º | 0.68% | 0.63% | - |
| HSV(B) | 293.49º | 0.58% | 0.88% | - |
| XYZ | 44.13 | 27.27 | 73.46 | - |
| YUV | 144.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 224 | 0.06 | 0.58 | 0 | 0.12 | 293.49 | 0.68 | 0.63 |
| Hex | D2 | 5F | E0 | 6 | 3A | 0 | C | 125 | 44 | 3F |
| Octal | 322 | 137 | 340 | 6 | 72 | 0 | 14 | 445 | 104 | 77 |
| Binary | 11010010 | 1011111 | 11100000 | 110 | 111010 | 0 | 1100 | 100100101 | 1000100 | 111111 |
Color Harmonies of #D25FE0
Complementary color
Monochromatic Colors of #D25FE0
Black with #D25FE0
Text Example
Text Example
White with #D25FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FE0; }
p { color: rgb(210,95,224); }
H1.HeaderClassName
{
color: #D25FE0;
}
.AnyTagClassName
{
color: #D25FE0;
}
</style>
background-color css
<style>
a { background-color: #D25FE0; }
a { background-color: rgb(210,95,224); }
div.DivClassName
{
background-color: #D25FE0;
}
.BgClassName
{
background-color: #D25FE0;
}
</style>
border-color css
<style>
span { border-color: #D25FE0; }
span { border-color: rgb(210,95,224); }
td.TdClassName
{
border-color: #D25FE0;
}
.TagClassName
{
border-color: #D25FE0;
}
</style>