Shades of Medium Orchid #C052F7
Tints of Medium Orchid #C052F7
RGB
CMYK
RGB Variations
Color information
#C052F7 (or 0xC052F7) is known color: Medium Orchid. HEX triplet: C0, 52 and F7. RGB value is (192,82,247). Sum of RGB (Red+Green+Blue) = 192+82+247=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #C052F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052F7 is #3FAD08. Grayscale: #858585. Windows color (decimal): -4173065 or 16208576. OLE color: 16208576.
HSL color Cylindrical-coordinate representation of color #C052F7: hue angle of 280º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C052F7 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 82 | 247 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.03 |
| HSL | 280º | 0.91% | 0.65% | - |
| HSV(B) | 280º | 0.67% | 0.97% | - |
| XYZ | 41.54 | 23.96 | 90.43 | - |
| YUV | 133.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 247 | 0.22 | 0.67 | 0 | 0.03 | 280 | 0.91 | 0.65 |
| Hex | C0 | 52 | F7 | 16 | 43 | 0 | 3 | 118 | 5B | 41 |
| Octal | 300 | 122 | 367 | 26 | 103 | 0 | 3 | 430 | 133 | 101 |
| Binary | 11000000 | 1010010 | 11110111 | 10110 | 1000011 | 0 | 11 | 100011000 | 1011011 | 1000001 |
Color Harmonies of #C052F7
Complementary color
Monochromatic Colors of #C052F7
Black with #C052F7
Text Example
Text Example
White with #C052F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052F7; }
p { color: rgb(192,82,247); }
H1.HeaderClassName
{
color: #C052F7;
}
.AnyTagClassName
{
color: #C052F7;
}
</style>
background-color css
<style>
a { background-color: #C052F7; }
a { background-color: rgb(192,82,247); }
div.DivClassName
{
background-color: #C052F7;
}
.BgClassName
{
background-color: #C052F7;
}
</style>
border-color css
<style>
span { border-color: #C052F7; }
span { border-color: rgb(192,82,247); }
td.TdClassName
{
border-color: #C052F7;
}
.TagClassName
{
border-color: #C052F7;
}
</style>