Shades of Medium Orchid #D052F0
Tints of Medium Orchid #D052F0
RGB
CMYK
RGB Variations
Color information
#D052F0 (or 0xD052F0) is known color: Medium Orchid. HEX triplet: D0, 52 and F0. RGB value is (208,82,240). Sum of RGB (Red+Green+Blue) = 208+82+240=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #D052F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052F0 is #2FAD0F. Grayscale: #898989. Windows color (decimal): -3124496 or 15749840. OLE color: 15749840.
HSL color Cylindrical-coordinate representation of color #D052F0: hue angle of 287.85º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D052F0 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 82 | 240 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.06 |
| HSL | 287.85º | 0.84% | 0.63% | - |
| HSV(B) | 287.85º | 0.66% | 0.94% | - |
| XYZ | 44.76 | 25.74 | 85.05 | - |
| YUV | 137.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 240 | 0.13 | 0.66 | 0 | 0.06 | 287.85 | 0.84 | 0.63 |
| Hex | D0 | 52 | F0 | D | 42 | 0 | 6 | 120 | 54 | 3F |
| Octal | 320 | 122 | 360 | 15 | 102 | 0 | 6 | 440 | 124 | 77 |
| Binary | 11010000 | 1010010 | 11110000 | 1101 | 1000010 | 0 | 110 | 100100000 | 1010100 | 111111 |
Color Harmonies of #D052F0
Complementary color
Monochromatic Colors of #D052F0
Black with #D052F0
Text Example
Text Example
White with #D052F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052F0; }
p { color: rgb(208,82,240); }
H1.HeaderClassName
{
color: #D052F0;
}
.AnyTagClassName
{
color: #D052F0;
}
</style>
background-color css
<style>
a { background-color: #D052F0; }
a { background-color: rgb(208,82,240); }
div.DivClassName
{
background-color: #D052F0;
}
.BgClassName
{
background-color: #D052F0;
}
</style>
border-color css
<style>
span { border-color: #D052F0; }
span { border-color: rgb(208,82,240); }
td.TdClassName
{
border-color: #D052F0;
}
.TagClassName
{
border-color: #D052F0;
}
</style>