Shades of Orchid #D25FD0
Tints of Orchid #D25FD0
RGB
CMYK
RGB Variations
Color information
#D25FD0 (or 0xD25FD0) is known color: Orchid. HEX triplet: D2, 5F and D0. RGB value is (210,95,208). Sum of RGB (Red+Green+Blue) = 210+95+208=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FD0 is #2DA02F. Grayscale: #8D8D8D. Windows color (decimal): -2990128 or 13656018. OLE color: 13656018.
HSL color Cylindrical-coordinate representation of color #D25FD0: hue angle of 301.04º 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 #D25FD0 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 208 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.18 |
| HSL | 301.04º | 0.56% | 0.6% | - |
| HSV(B) | 301.04º | 0.55% | 0.82% | - |
| XYZ | 42.06 | 26.44 | 62.56 | - |
| YUV | 142.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 208 | 0 | 0.55 | 0.01 | 0.18 | 301.04 | 0.56 | 0.6 |
| Hex | D2 | 5F | D0 | 0 | 37 | 1 | 12 | 12D | 38 | 3C |
| Octal | 322 | 137 | 320 | 0 | 67 | 1 | 22 | 455 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11010000 | 0 | 110111 | 1 | 10010 | 100101101 | 111000 | 111100 |
Color Harmonies of #D25FD0
Complementary color
Monochromatic Colors of #D25FD0
Black with #D25FD0
Text Example
Text Example
White with #D25FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FD0; }
p { color: rgb(210,95,208); }
H1.HeaderClassName
{
color: #D25FD0;
}
.AnyTagClassName
{
color: #D25FD0;
}
</style>
background-color css
<style>
a { background-color: #D25FD0; }
a { background-color: rgb(210,95,208); }
div.DivClassName
{
background-color: #D25FD0;
}
.BgClassName
{
background-color: #D25FD0;
}
</style>
border-color css
<style>
span { border-color: #D25FD0; }
span { border-color: rgb(210,95,208); }
td.TdClassName
{
border-color: #D25FD0;
}
.TagClassName
{
border-color: #D25FD0;
}
</style>