Shades of Medium Orchid #C052D5
Tints of Medium Orchid #C052D5
RGB
CMYK
RGB Variations
Color information
#C052D5 (or 0xC052D5) is known color: Medium Orchid. HEX triplet: C0, 52 and D5. RGB value is (192,82,213). Sum of RGB (Red+Green+Blue) = 192+82+213=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #C052D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052D5 is #3FAD2A. Grayscale: #818181. Windows color (decimal): -4173099 or 13980352. OLE color: 13980352.
HSL color Cylindrical-coordinate representation of color #C052D5: hue angle of 290.38º degrees, saturation: 0.61, 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 #C052D5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 82 | 213 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.16 |
| HSL | 290.38º | 0.61% | 0.58% | - |
| HSV(B) | 290.38º | 0.62% | 0.84% | - |
| XYZ | 36.77 | 22.05 | 65.27 | - |
| YUV | 129.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 213 | 0.10 | 0.62 | 0 | 0.16 | 290.38 | 0.61 | 0.58 |
| Hex | C0 | 52 | D5 | A | 3E | 0 | 10 | 122 | 3D | 3A |
| Octal | 300 | 122 | 325 | 12 | 76 | 0 | 20 | 442 | 75 | 72 |
| Binary | 11000000 | 1010010 | 11010101 | 1010 | 111110 | 0 | 10000 | 100100010 | 111101 | 111010 |
Color Harmonies of #C052D5
Complementary color
Monochromatic Colors of #C052D5
Black with #C052D5
Text Example
Text Example
White with #C052D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052D5; }
p { color: rgb(192,82,213); }
H1.HeaderClassName
{
color: #C052D5;
}
.AnyTagClassName
{
color: #C052D5;
}
</style>
background-color css
<style>
a { background-color: #C052D5; }
a { background-color: rgb(192,82,213); }
div.DivClassName
{
background-color: #C052D5;
}
.BgClassName
{
background-color: #C052D5;
}
</style>
border-color css
<style>
span { border-color: #C052D5; }
span { border-color: rgb(192,82,213); }
td.TdClassName
{
border-color: #C052D5;
}
.TagClassName
{
border-color: #C052D5;
}
</style>