Shades of Medium Orchid #D052F2
Tints of Medium Orchid #D052F2
RGB
CMYK
RGB Variations
Color information
#D052F2 (or 0xD052F2) is known color: Medium Orchid. HEX triplet: D0, 52 and F2. RGB value is (208,82,242). Sum of RGB (Red+Green+Blue) = 208+82+242=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #D052F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052F2 is #2FAD0D. Grayscale: #898989. Windows color (decimal): -3124494 or 15880912. OLE color: 15880912.
HSL color Cylindrical-coordinate representation of color #D052F2: hue angle of 287.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D052F2 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 82 | 242 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.05 |
| HSL | 287.25º | 0.86% | 0.64% | - |
| HSV(B) | 287.25º | 0.66% | 0.95% | - |
| XYZ | 45.06 | 25.86 | 86.62 | - |
| YUV | 137.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 242 | 0.14 | 0.66 | 0 | 0.05 | 287.25 | 0.86 | 0.64 |
| Hex | D0 | 52 | F2 | E | 42 | 0 | 5 | 11F | 56 | 40 |
| Octal | 320 | 122 | 362 | 16 | 102 | 0 | 5 | 437 | 126 | 100 |
| Binary | 11010000 | 1010010 | 11110010 | 1110 | 1000010 | 0 | 101 | 100011111 | 1010110 | 1000000 |
Color Harmonies of #D052F2
Complementary color
Monochromatic Colors of #D052F2
Black with #D052F2
Text Example
Text Example
White with #D052F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052F2; }
p { color: rgb(208,82,242); }
H1.HeaderClassName
{
color: #D052F2;
}
.AnyTagClassName
{
color: #D052F2;
}
</style>
background-color css
<style>
a { background-color: #D052F2; }
a { background-color: rgb(208,82,242); }
div.DivClassName
{
background-color: #D052F2;
}
.BgClassName
{
background-color: #D052F2;
}
</style>
border-color css
<style>
span { border-color: #D052F2; }
span { border-color: rgb(208,82,242); }
td.TdClassName
{
border-color: #D052F2;
}
.TagClassName
{
border-color: #D052F2;
}
</style>