Shades of Medium Orchid #C052DE
Tints of Medium Orchid #C052DE
RGB
CMYK
RGB Variations
Color information
#C052DE (or 0xC052DE) is known color: Medium Orchid. HEX triplet: C0, 52 and DE. RGB value is (192,82,222). Sum of RGB (Red+Green+Blue) = 192+82+222=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #C052DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052DE is #3FAD21. Grayscale: #828282. Windows color (decimal): -4173090 or 14570176. OLE color: 14570176.
HSL color Cylindrical-coordinate representation of color #C052DE: hue angle of 287.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C052DE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 82 | 222 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.13 |
| HSL | 287.14º | 0.68% | 0.6% | - |
| HSV(B) | 287.14º | 0.63% | 0.87% | - |
| XYZ | 37.94 | 22.51 | 71.45 | - |
| YUV | 130.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 222 | 0.14 | 0.63 | 0 | 0.13 | 287.14 | 0.68 | 0.6 |
| Hex | C0 | 52 | DE | E | 3F | 0 | D | 11F | 44 | 3C |
| Octal | 300 | 122 | 336 | 16 | 77 | 0 | 15 | 437 | 104 | 74 |
| Binary | 11000000 | 1010010 | 11011110 | 1110 | 111111 | 0 | 1101 | 100011111 | 1000100 | 111100 |
Color Harmonies of #C052DE
Complementary color
Monochromatic Colors of #C052DE
Black with #C052DE
Text Example
Text Example
White with #C052DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052DE; }
p { color: rgb(192,82,222); }
H1.HeaderClassName
{
color: #C052DE;
}
.AnyTagClassName
{
color: #C052DE;
}
</style>
background-color css
<style>
a { background-color: #C052DE; }
a { background-color: rgb(192,82,222); }
div.DivClassName
{
background-color: #C052DE;
}
.BgClassName
{
background-color: #C052DE;
}
</style>
border-color css
<style>
span { border-color: #C052DE; }
span { border-color: rgb(192,82,222); }
td.TdClassName
{
border-color: #C052DE;
}
.TagClassName
{
border-color: #C052DE;
}
</style>