Shades of Medium Orchid #C052FA
Tints of Medium Orchid #C052FA
RGB
CMYK
RGB Variations
Color information
#C052FA (or 0xC052FA) is known color: Medium Orchid. HEX triplet: C0, 52 and FA. RGB value is (192,82,250). Sum of RGB (Red+Green+Blue) = 192+82+250=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C052FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052FA is #3FAD05. Grayscale: #858585. Windows color (decimal): -4173062 or 16405184. OLE color: 16405184.
HSL color Cylindrical-coordinate representation of color #C052FA: hue angle of 279.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C052FA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 82 | 250 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.02 |
| HSL | 279.29º | 0.94% | 0.65% | - |
| HSV(B) | 279.29º | 0.67% | 0.98% | - |
| XYZ | 42.01 | 24.14 | 92.89 | - |
| YUV | 134.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 250 | 0.23 | 0.67 | 0 | 0.02 | 279.29 | 0.94 | 0.65 |
| Hex | C0 | 52 | FA | 17 | 43 | 0 | 2 | 117 | 5E | 41 |
| Octal | 300 | 122 | 372 | 27 | 103 | 0 | 2 | 427 | 136 | 101 |
| Binary | 11000000 | 1010010 | 11111010 | 10111 | 1000011 | 0 | 10 | 100010111 | 1011110 | 1000001 |
Color Harmonies of #C052FA
Complementary color
Monochromatic Colors of #C052FA
Black with #C052FA
Text Example
Text Example
White with #C052FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052FA; }
p { color: rgb(192,82,250); }
H1.HeaderClassName
{
color: #C052FA;
}
.AnyTagClassName
{
color: #C052FA;
}
</style>
background-color css
<style>
a { background-color: #C052FA; }
a { background-color: rgb(192,82,250); }
div.DivClassName
{
background-color: #C052FA;
}
.BgClassName
{
background-color: #C052FA;
}
</style>
border-color css
<style>
span { border-color: #C052FA; }
span { border-color: rgb(192,82,250); }
td.TdClassName
{
border-color: #C052FA;
}
.TagClassName
{
border-color: #C052FA;
}
</style>