Shades of Orchid #D25FDB
Tints of Orchid #D25FDB
RGB
CMYK
RGB Variations
Color information
#D25FDB (or 0xD25FDB) is known color: Orchid. HEX triplet: D2, 5F and DB. RGB value is (210,95,219). Sum of RGB (Red+Green+Blue) = 210+95+219=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D25FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FDB is #2DA024. Grayscale: #8F8F8F. Windows color (decimal): -2990117 or 14376914. OLE color: 14376914.
HSL color Cylindrical-coordinate representation of color #D25FDB: hue angle of 295.65º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25FDB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 95 | 219 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.14 |
| HSL | 295.65º | 0.63% | 0.62% | - |
| HSV(B) | 295.65º | 0.57% | 0.86% | - |
| XYZ | 43.46 | 27 | 69.94 | - |
| YUV | 143.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 219 | 0.04 | 0.57 | 0 | 0.14 | 295.65 | 0.63 | 0.62 |
| Hex | D2 | 5F | DB | 4 | 39 | 0 | E | 128 | 3F | 3E |
| Octal | 322 | 137 | 333 | 4 | 71 | 0 | 16 | 450 | 77 | 76 |
| Binary | 11010010 | 1011111 | 11011011 | 100 | 111001 | 0 | 1110 | 100101000 | 111111 | 111110 |
Color Harmonies of #D25FDB
Complementary color
Monochromatic Colors of #D25FDB
Black with #D25FDB
Text Example
Text Example
White with #D25FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FDB; }
p { color: rgb(210,95,219); }
H1.HeaderClassName
{
color: #D25FDB;
}
.AnyTagClassName
{
color: #D25FDB;
}
</style>
background-color css
<style>
a { background-color: #D25FDB; }
a { background-color: rgb(210,95,219); }
div.DivClassName
{
background-color: #D25FDB;
}
.BgClassName
{
background-color: #D25FDB;
}
</style>
border-color css
<style>
span { border-color: #D25FDB; }
span { border-color: rgb(210,95,219); }
td.TdClassName
{
border-color: #D25FDB;
}
.TagClassName
{
border-color: #D25FDB;
}
</style>