Shades of Orchid #D25FDD
Tints of Orchid #D25FDD
RGB
CMYK
RGB Variations
Color information
#D25FDD (or 0xD25FDD) is known color: Orchid. HEX triplet: D2, 5F and DD. RGB value is (210,95,221). Sum of RGB (Red+Green+Blue) = 210+95+221=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #D25FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FDD is #2DA022. Grayscale: #8F8F8F. Windows color (decimal): -2990115 or 14507986. OLE color: 14507986.
HSL color Cylindrical-coordinate representation of color #D25FDD: hue angle of 294.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25FDD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 95 | 221 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 294.76º | 0.65% | 0.62% | - |
| HSV(B) | 294.76º | 0.57% | 0.87% | - |
| XYZ | 43.72 | 27.11 | 71.33 | - |
| YUV | 143.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 221 | 0.05 | 0.57 | 0 | 0.13 | 294.76 | 0.65 | 0.62 |
| Hex | D2 | 5F | DD | 5 | 39 | 0 | D | 127 | 41 | 3E |
| Octal | 322 | 137 | 335 | 5 | 71 | 0 | 15 | 447 | 101 | 76 |
| Binary | 11010010 | 1011111 | 11011101 | 101 | 111001 | 0 | 1101 | 100100111 | 1000001 | 111110 |
Color Harmonies of #D25FDD
Complementary color
Monochromatic Colors of #D25FDD
Black with #D25FDD
Text Example
Text Example
White with #D25FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FDD; }
p { color: rgb(210,95,221); }
H1.HeaderClassName
{
color: #D25FDD;
}
.AnyTagClassName
{
color: #D25FDD;
}
</style>
background-color css
<style>
a { background-color: #D25FDD; }
a { background-color: rgb(210,95,221); }
div.DivClassName
{
background-color: #D25FDD;
}
.BgClassName
{
background-color: #D25FDD;
}
</style>
border-color css
<style>
span { border-color: #D25FDD; }
span { border-color: rgb(210,95,221); }
td.TdClassName
{
border-color: #D25FDD;
}
.TagClassName
{
border-color: #D25FDD;
}
</style>