Shades of Orchid #D25FCD
Tints of Orchid #D25FCD
RGB
CMYK
RGB Variations
Color information
#D25FCD (or 0xD25FCD) is known color: Orchid. HEX triplet: D2, 5F and CD. RGB value is (210,95,205). Sum of RGB (Red+Green+Blue) = 210+95+205=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FCD is #2DA032. Grayscale: #8D8D8D. Windows color (decimal): -2990131 or 13459410. OLE color: 13459410.
HSL color Cylindrical-coordinate representation of color #D25FCD: hue angle of 302.61º 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 #D25FCD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 205 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.18 |
| HSL | 302.61º | 0.56% | 0.6% | - |
| HSV(B) | 302.61º | 0.55% | 0.82% | - |
| XYZ | 41.69 | 26.29 | 60.64 | - |
| YUV | 141.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 205 | 0 | 0.55 | 0.02 | 0.18 | 302.61 | 0.56 | 0.6 |
| Hex | D2 | 5F | CD | 0 | 37 | 2 | 12 | 12F | 38 | 3C |
| Octal | 322 | 137 | 315 | 0 | 67 | 2 | 22 | 457 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11001101 | 0 | 110111 | 10 | 10010 | 100101111 | 111000 | 111100 |
Color Harmonies of #D25FCD
Complementary color
Monochromatic Colors of #D25FCD
Black with #D25FCD
Text Example
Text Example
White with #D25FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FCD; }
p { color: rgb(210,95,205); }
H1.HeaderClassName
{
color: #D25FCD;
}
.AnyTagClassName
{
color: #D25FCD;
}
</style>
background-color css
<style>
a { background-color: #D25FCD; }
a { background-color: rgb(210,95,205); }
div.DivClassName
{
background-color: #D25FCD;
}
.BgClassName
{
background-color: #D25FCD;
}
</style>
border-color css
<style>
span { border-color: #D25FCD; }
span { border-color: rgb(210,95,205); }
td.TdClassName
{
border-color: #D25FCD;
}
.TagClassName
{
border-color: #D25FCD;
}
</style>