Shades of Medium Orchid #C052CD
Tints of Medium Orchid #C052CD
RGB
CMYK
RGB Variations
Color information
#C052CD (or 0xC052CD) is known color: Medium Orchid. HEX triplet: C0, 52 and CD. RGB value is (192,82,205). Sum of RGB (Red+Green+Blue) = 192+82+205=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C052CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052CD is #3FAD32. Grayscale: #808080. Windows color (decimal): -4173107 or 13456064. OLE color: 13456064.
HSL color Cylindrical-coordinate representation of color #C052CD: hue angle of 293.66º degrees, saturation: 0.55, 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 #C052CD is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 82 | 205 | - |
| CMYK | 0.06 | 0.6 | 0 | 0.20 |
| HSL | 293.66º | 0.55% | 0.56% | - |
| HSV(B) | 293.66º | 0.6% | 0.8% | - |
| XYZ | 35.77 | 21.65 | 60.05 | - |
| YUV | 128.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 205 | 0.06 | 0.6 | 0 | 0.20 | 293.66 | 0.55 | 0.56 |
| Hex | C0 | 52 | CD | 6 | 3C | 0 | 14 | 126 | 37 | 38 |
| Octal | 300 | 122 | 315 | 6 | 74 | 0 | 24 | 446 | 67 | 70 |
| Binary | 11000000 | 1010010 | 11001101 | 110 | 111100 | 0 | 10100 | 100100110 | 110111 | 111000 |
Color Harmonies of #C052CD
Complementary color
Monochromatic Colors of #C052CD
Black with #C052CD
Text Example
Text Example
White with #C052CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052CD; }
p { color: rgb(192,82,205); }
H1.HeaderClassName
{
color: #C052CD;
}
.AnyTagClassName
{
color: #C052CD;
}
</style>
background-color css
<style>
a { background-color: #C052CD; }
a { background-color: rgb(192,82,205); }
div.DivClassName
{
background-color: #C052CD;
}
.BgClassName
{
background-color: #C052CD;
}
</style>
border-color css
<style>
span { border-color: #C052CD; }
span { border-color: rgb(192,82,205); }
td.TdClassName
{
border-color: #C052CD;
}
.TagClassName
{
border-color: #C052CD;
}
</style>