Shades of Medium Orchid #C052DC
Tints of Medium Orchid #C052DC
RGB
CMYK
RGB Variations
Color information
#C052DC (or 0xC052DC) is known color: Medium Orchid. HEX triplet: C0, 52 and DC. RGB value is (192,82,220). Sum of RGB (Red+Green+Blue) = 192+82+220=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C052DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052DC is #3FAD23. Grayscale: #828282. Windows color (decimal): -4173092 or 14439104. OLE color: 14439104.
HSL color Cylindrical-coordinate representation of color #C052DC: hue angle of 287.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C052DC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 82 | 220 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.14 |
| HSL | 287.83º | 0.66% | 0.59% | - |
| HSV(B) | 287.83º | 0.63% | 0.86% | - |
| XYZ | 37.67 | 22.41 | 70.05 | - |
| YUV | 130.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 220 | 0.13 | 0.63 | 0 | 0.14 | 287.83 | 0.66 | 0.59 |
| Hex | C0 | 52 | DC | D | 3F | 0 | E | 120 | 42 | 3B |
| Octal | 300 | 122 | 334 | 15 | 77 | 0 | 16 | 440 | 102 | 73 |
| Binary | 11000000 | 1010010 | 11011100 | 1101 | 111111 | 0 | 1110 | 100100000 | 1000010 | 111011 |
Color Harmonies of #C052DC
Complementary color
Monochromatic Colors of #C052DC
Black with #C052DC
Text Example
Text Example
White with #C052DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052DC; }
p { color: rgb(192,82,220); }
H1.HeaderClassName
{
color: #C052DC;
}
.AnyTagClassName
{
color: #C052DC;
}
</style>
background-color css
<style>
a { background-color: #C052DC; }
a { background-color: rgb(192,82,220); }
div.DivClassName
{
background-color: #C052DC;
}
.BgClassName
{
background-color: #C052DC;
}
</style>
border-color css
<style>
span { border-color: #C052DC; }
span { border-color: rgb(192,82,220); }
td.TdClassName
{
border-color: #C052DC;
}
.TagClassName
{
border-color: #C052DC;
}
</style>