Shades of Medium Orchid #C052D8
Tints of Medium Orchid #C052D8
RGB
CMYK
RGB Variations
Color information
#C052D8 (or 0xC052D8) is known color: Medium Orchid. HEX triplet: C0, 52 and D8. RGB value is (192,82,216). Sum of RGB (Red+Green+Blue) = 192+82+216=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #C052D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052D8 is #3FAD27. Grayscale: #818181. Windows color (decimal): -4173096 or 14176960. OLE color: 14176960.
HSL color Cylindrical-coordinate representation of color #C052D8: hue angle of 289.25º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C052D8 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 82 | 216 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.15 |
| HSL | 289.25º | 0.63% | 0.58% | - |
| HSV(B) | 289.25º | 0.62% | 0.85% | - |
| XYZ | 37.15 | 22.2 | 67.29 | - |
| YUV | 130.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 216 | 0.11 | 0.62 | 0 | 0.15 | 289.25 | 0.63 | 0.58 |
| Hex | C0 | 52 | D8 | B | 3E | 0 | F | 121 | 3F | 3A |
| Octal | 300 | 122 | 330 | 13 | 76 | 0 | 17 | 441 | 77 | 72 |
| Binary | 11000000 | 1010010 | 11011000 | 1011 | 111110 | 0 | 1111 | 100100001 | 111111 | 111010 |
Color Harmonies of #C052D8
Complementary color
Monochromatic Colors of #C052D8
Black with #C052D8
Text Example
Text Example
White with #C052D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052D8; }
p { color: rgb(192,82,216); }
H1.HeaderClassName
{
color: #C052D8;
}
.AnyTagClassName
{
color: #C052D8;
}
</style>
background-color css
<style>
a { background-color: #C052D8; }
a { background-color: rgb(192,82,216); }
div.DivClassName
{
background-color: #C052D8;
}
.BgClassName
{
background-color: #C052D8;
}
</style>
border-color css
<style>
span { border-color: #C052D8; }
span { border-color: rgb(192,82,216); }
td.TdClassName
{
border-color: #C052D8;
}
.TagClassName
{
border-color: #C052D8;
}
</style>