Shades of Medium Orchid #C052DD
Tints of Medium Orchid #C052DD
RGB
CMYK
RGB Variations
Color information
#C052DD (or 0xC052DD) is known color: Medium Orchid. HEX triplet: C0, 52 and DD. RGB value is (192,82,221). Sum of RGB (Red+Green+Blue) = 192+82+221=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C052DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052DD is #3FAD22. Grayscale: #828282. Windows color (decimal): -4173091 or 14504640. OLE color: 14504640.
HSL color Cylindrical-coordinate representation of color #C052DD: hue angle of 287.48º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C052DD is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 82 | 221 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.13 |
| HSL | 287.48º | 0.67% | 0.59% | - |
| HSV(B) | 287.48º | 0.63% | 0.87% | - |
| XYZ | 37.81 | 22.46 | 70.75 | - |
| YUV | 130.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 221 | 0.13 | 0.63 | 0 | 0.13 | 287.48 | 0.67 | 0.59 |
| Hex | C0 | 52 | DD | D | 3F | 0 | D | 11F | 43 | 3B |
| Octal | 300 | 122 | 335 | 15 | 77 | 0 | 15 | 437 | 103 | 73 |
| Binary | 11000000 | 1010010 | 11011101 | 1101 | 111111 | 0 | 1101 | 100011111 | 1000011 | 111011 |
Color Harmonies of #C052DD
Complementary color
Monochromatic Colors of #C052DD
Black with #C052DD
Text Example
Text Example
White with #C052DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052DD; }
p { color: rgb(192,82,221); }
H1.HeaderClassName
{
color: #C052DD;
}
.AnyTagClassName
{
color: #C052DD;
}
</style>
background-color css
<style>
a { background-color: #C052DD; }
a { background-color: rgb(192,82,221); }
div.DivClassName
{
background-color: #C052DD;
}
.BgClassName
{
background-color: #C052DD;
}
</style>
border-color css
<style>
span { border-color: #C052DD; }
span { border-color: rgb(192,82,221); }
td.TdClassName
{
border-color: #C052DD;
}
.TagClassName
{
border-color: #C052DD;
}
</style>