Shades of Medium Orchid #D052DF
Tints of Medium Orchid #D052DF
RGB
CMYK
RGB Variations
Color information
#D052DF (or 0xD052DF) is known color: Medium Orchid. HEX triplet: D0, 52 and DF. RGB value is (208,82,223). Sum of RGB (Red+Green+Blue) = 208+82+223=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #D052DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052DF is #2FAD20. Grayscale: #878787. Windows color (decimal): -3124513 or 14635728. OLE color: 14635728.
HSL color Cylindrical-coordinate representation of color #D052DF: hue angle of 293.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D052DF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 82 | 223 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.13 |
| HSL | 293.62º | 0.69% | 0.6% | - |
| HSV(B) | 293.62º | 0.63% | 0.87% | - |
| XYZ | 42.35 | 24.77 | 72.36 | - |
| YUV | 135.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 223 | 0.07 | 0.63 | 0 | 0.13 | 293.62 | 0.69 | 0.6 |
| Hex | D0 | 52 | DF | 7 | 3F | 0 | D | 126 | 45 | 3C |
| Octal | 320 | 122 | 337 | 7 | 77 | 0 | 15 | 446 | 105 | 74 |
| Binary | 11010000 | 1010010 | 11011111 | 111 | 111111 | 0 | 1101 | 100100110 | 1000101 | 111100 |
Color Harmonies of #D052DF
Complementary color
Monochromatic Colors of #D052DF
Black with #D052DF
Text Example
Text Example
White with #D052DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052DF; }
p { color: rgb(208,82,223); }
H1.HeaderClassName
{
color: #D052DF;
}
.AnyTagClassName
{
color: #D052DF;
}
</style>
background-color css
<style>
a { background-color: #D052DF; }
a { background-color: rgb(208,82,223); }
div.DivClassName
{
background-color: #D052DF;
}
.BgClassName
{
background-color: #D052DF;
}
</style>
border-color css
<style>
span { border-color: #D052DF; }
span { border-color: rgb(208,82,223); }
td.TdClassName
{
border-color: #D052DF;
}
.TagClassName
{
border-color: #D052DF;
}
</style>