Shades of Medium Orchid #C052CC
Tints of Medium Orchid #C052CC
RGB
CMYK
RGB Variations
Color information
#C052CC (or 0xC052CC) is known color: Medium Orchid. HEX triplet: C0, 52 and CC. RGB value is (192,82,204). Sum of RGB (Red+Green+Blue) = 192+82+204=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #C052CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052CC is #3FAD33. Grayscale: #808080. Windows color (decimal): -4173108 or 13390528. OLE color: 13390528.
HSL color Cylindrical-coordinate representation of color #C052CC: hue angle of 294.1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C052CC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 82 | 204 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.2 |
| HSL | 294.1º | 0.54% | 0.56% | - |
| HSV(B) | 294.1º | 0.6% | 0.8% | - |
| XYZ | 35.65 | 21.6 | 59.42 | - |
| YUV | 128.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 204 | 0.06 | 0.60 | 0 | 0.2 | 294.1 | 0.54 | 0.56 |
| Hex | C0 | 52 | CC | 6 | 3C | 0 | 14 | 126 | 36 | 38 |
| Octal | 300 | 122 | 314 | 6 | 74 | 0 | 24 | 446 | 66 | 70 |
| Binary | 11000000 | 1010010 | 11001100 | 110 | 111100 | 0 | 10100 | 100100110 | 110110 | 111000 |
Color Harmonies of #C052CC
Complementary color
Monochromatic Colors of #C052CC
Black with #C052CC
Text Example
Text Example
White with #C052CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052CC; }
p { color: rgb(192,82,204); }
H1.HeaderClassName
{
color: #C052CC;
}
.AnyTagClassName
{
color: #C052CC;
}
</style>
background-color css
<style>
a { background-color: #C052CC; }
a { background-color: rgb(192,82,204); }
div.DivClassName
{
background-color: #C052CC;
}
.BgClassName
{
background-color: #C052CC;
}
</style>
border-color css
<style>
span { border-color: #C052CC; }
span { border-color: rgb(192,82,204); }
td.TdClassName
{
border-color: #C052CC;
}
.TagClassName
{
border-color: #C052CC;
}
</style>