Shades of Orchid #D25FD7
Tints of Orchid #D25FD7
RGB
CMYK
RGB Variations
Color information
#D25FD7 (or 0xD25FD7) is known color: Orchid. HEX triplet: D2, 5F and D7. RGB value is (210,95,215). Sum of RGB (Red+Green+Blue) = 210+95+215=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #D25FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FD7 is #2DA028. Grayscale: #8E8E8E. Windows color (decimal): -2990121 or 14114770. OLE color: 14114770.
HSL color Cylindrical-coordinate representation of color #D25FD7: hue angle of 297.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25FD7 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 95 | 215 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.16 |
| HSL | 297.5º | 0.6% | 0.61% | - |
| HSV(B) | 297.5º | 0.56% | 0.84% | - |
| XYZ | 42.94 | 26.79 | 67.2 | - |
| YUV | 143.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 215 | 0.02 | 0.56 | 0 | 0.16 | 297.5 | 0.6 | 0.61 |
| Hex | D2 | 5F | D7 | 2 | 38 | 0 | 10 | 12A | 3C | 3D |
| Octal | 322 | 137 | 327 | 2 | 70 | 0 | 20 | 452 | 74 | 75 |
| Binary | 11010010 | 1011111 | 11010111 | 10 | 111000 | 0 | 10000 | 100101010 | 111100 | 111101 |
Color Harmonies of #D25FD7
Complementary color
Monochromatic Colors of #D25FD7
Black with #D25FD7
Text Example
Text Example
White with #D25FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FD7; }
p { color: rgb(210,95,215); }
H1.HeaderClassName
{
color: #D25FD7;
}
.AnyTagClassName
{
color: #D25FD7;
}
</style>
background-color css
<style>
a { background-color: #D25FD7; }
a { background-color: rgb(210,95,215); }
div.DivClassName
{
background-color: #D25FD7;
}
.BgClassName
{
background-color: #D25FD7;
}
</style>
border-color css
<style>
span { border-color: #D25FD7; }
span { border-color: rgb(210,95,215); }
td.TdClassName
{
border-color: #D25FD7;
}
.TagClassName
{
border-color: #D25FD7;
}
</style>