Shades of Medium Orchid #C052D4
Tints of Medium Orchid #C052D4
RGB
CMYK
RGB Variations
Color information
#C052D4 (or 0xC052D4) is known color: Medium Orchid. HEX triplet: C0, 52 and D4. RGB value is (192,82,212). Sum of RGB (Red+Green+Blue) = 192+82+212=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #C052D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052D4 is #3FAD2B. Grayscale: #818181. Windows color (decimal): -4173100 or 13914816. OLE color: 13914816.
HSL color Cylindrical-coordinate representation of color #C052D4: hue angle of 290.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C052D4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 82 | 212 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.17 |
| HSL | 290.77º | 0.6% | 0.58% | - |
| HSV(B) | 290.77º | 0.61% | 0.83% | - |
| XYZ | 36.64 | 21.99 | 64.6 | - |
| YUV | 129.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 212 | 0.09 | 0.61 | 0 | 0.17 | 290.77 | 0.6 | 0.58 |
| Hex | C0 | 52 | D4 | 9 | 3D | 0 | 11 | 123 | 3C | 3A |
| Octal | 300 | 122 | 324 | 11 | 75 | 0 | 21 | 443 | 74 | 72 |
| Binary | 11000000 | 1010010 | 11010100 | 1001 | 111101 | 0 | 10001 | 100100011 | 111100 | 111010 |
Color Harmonies of #C052D4
Complementary color
Monochromatic Colors of #C052D4
Black with #C052D4
Text Example
Text Example
White with #C052D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052D4; }
p { color: rgb(192,82,212); }
H1.HeaderClassName
{
color: #C052D4;
}
.AnyTagClassName
{
color: #C052D4;
}
</style>
background-color css
<style>
a { background-color: #C052D4; }
a { background-color: rgb(192,82,212); }
div.DivClassName
{
background-color: #C052D4;
}
.BgClassName
{
background-color: #C052D4;
}
</style>
border-color css
<style>
span { border-color: #C052D4; }
span { border-color: rgb(192,82,212); }
td.TdClassName
{
border-color: #C052D4;
}
.TagClassName
{
border-color: #C052D4;
}
</style>