Shades of Orchid #D25FE4
Tints of Orchid #D25FE4
RGB
CMYK
RGB Variations
Color information
#D25FE4 (or 0xD25FE4) is known color: Orchid. HEX triplet: D2, 5F and E4. RGB value is (210,95,228). Sum of RGB (Red+Green+Blue) = 210+95+228=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #D25FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FE4 is #2DA01B. Grayscale: #909090. Windows color (decimal): -2990108 or 14966738. OLE color: 14966738.
HSL color Cylindrical-coordinate representation of color #D25FE4: hue angle of 291.88º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25FE4 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 95 | 228 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.11 |
| HSL | 291.88º | 0.71% | 0.63% | - |
| HSV(B) | 291.88º | 0.58% | 0.89% | - |
| XYZ | 44.67 | 27.49 | 76.35 | - |
| YUV | 144.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 228 | 0.08 | 0.58 | 0 | 0.11 | 291.88 | 0.71 | 0.63 |
| Hex | D2 | 5F | E4 | 8 | 3A | 0 | B | 124 | 47 | 3F |
| Octal | 322 | 137 | 344 | 10 | 72 | 0 | 13 | 444 | 107 | 77 |
| Binary | 11010010 | 1011111 | 11100100 | 1000 | 111010 | 0 | 1011 | 100100100 | 1000111 | 111111 |
Color Harmonies of #D25FE4
Complementary color
Monochromatic Colors of #D25FE4
Black with #D25FE4
Text Example
Text Example
White with #D25FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FE4; }
p { color: rgb(210,95,228); }
H1.HeaderClassName
{
color: #D25FE4;
}
.AnyTagClassName
{
color: #D25FE4;
}
</style>
background-color css
<style>
a { background-color: #D25FE4; }
a { background-color: rgb(210,95,228); }
div.DivClassName
{
background-color: #D25FE4;
}
.BgClassName
{
background-color: #D25FE4;
}
</style>
border-color css
<style>
span { border-color: #D25FE4; }
span { border-color: rgb(210,95,228); }
td.TdClassName
{
border-color: #D25FE4;
}
.TagClassName
{
border-color: #D25FE4;
}
</style>