Shades of Medium Orchid #C052D6
Tints of Medium Orchid #C052D6
RGB
CMYK
RGB Variations
Color information
#C052D6 (or 0xC052D6) is known color: Medium Orchid. HEX triplet: C0, 52 and D6. RGB value is (192,82,214). Sum of RGB (Red+Green+Blue) = 192+82+214=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #C052D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052D6 is #3FAD29. Grayscale: #818181. Windows color (decimal): -4173098 or 14045888. OLE color: 14045888.
HSL color Cylindrical-coordinate representation of color #C052D6: hue angle of 290º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C052D6 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 82 | 214 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.16 |
| HSL | 290º | 0.62% | 0.58% | - |
| HSV(B) | 290º | 0.62% | 0.84% | - |
| XYZ | 36.89 | 22.1 | 65.94 | - |
| YUV | 129.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 214 | 0.10 | 0.62 | 0 | 0.16 | 290 | 0.62 | 0.58 |
| Hex | C0 | 52 | D6 | A | 3E | 0 | 10 | 122 | 3E | 3A |
| Octal | 300 | 122 | 326 | 12 | 76 | 0 | 20 | 442 | 76 | 72 |
| Binary | 11000000 | 1010010 | 11010110 | 1010 | 111110 | 0 | 10000 | 100100010 | 111110 | 111010 |
Color Harmonies of #C052D6
Complementary color
Monochromatic Colors of #C052D6
Black with #C052D6
Text Example
Text Example
White with #C052D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052D6; }
p { color: rgb(192,82,214); }
H1.HeaderClassName
{
color: #C052D6;
}
.AnyTagClassName
{
color: #C052D6;
}
</style>
background-color css
<style>
a { background-color: #C052D6; }
a { background-color: rgb(192,82,214); }
div.DivClassName
{
background-color: #C052D6;
}
.BgClassName
{
background-color: #C052D6;
}
</style>
border-color css
<style>
span { border-color: #C052D6; }
span { border-color: rgb(192,82,214); }
td.TdClassName
{
border-color: #C052D6;
}
.TagClassName
{
border-color: #C052D6;
}
</style>