Shades of Medium Orchid #C052FB
Tints of Medium Orchid #C052FB
RGB
CMYK
RGB Variations
Color information
#C052FB (or 0xC052FB) is known color: Medium Orchid. HEX triplet: C0, 52 and FB. RGB value is (192,82,251). Sum of RGB (Red+Green+Blue) = 192+82+251=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C052FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052FB is #3FAD04. Grayscale: #858585. Windows color (decimal): -4173061 or 16470720. OLE color: 16470720.
HSL color Cylindrical-coordinate representation of color #C052FB: hue angle of 279.05º degrees, saturation: 0.95, 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 #C052FB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 82 | 251 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.02 |
| HSL | 279.05º | 0.95% | 0.65% | - |
| HSV(B) | 279.05º | 0.67% | 0.98% | - |
| XYZ | 42.17 | 24.21 | 93.72 | - |
| YUV | 134.16 | 193.94 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 251 | 0.24 | 0.67 | 0 | 0.02 | 279.05 | 0.95 | 0.65 |
| Hex | C0 | 52 | FB | 18 | 43 | 0 | 2 | 117 | 5F | 41 |
| Octal | 300 | 122 | 373 | 30 | 103 | 0 | 2 | 427 | 137 | 101 |
| Binary | 11000000 | 1010010 | 11111011 | 11000 | 1000011 | 0 | 10 | 100010111 | 1011111 | 1000001 |
Color Harmonies of #C052FB
Complementary color
Monochromatic Colors of #C052FB
Black with #C052FB
Text Example
Text Example
White with #C052FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052FB; }
p { color: rgb(192,82,251); }
H1.HeaderClassName
{
color: #C052FB;
}
.AnyTagClassName
{
color: #C052FB;
}
</style>
background-color css
<style>
a { background-color: #C052FB; }
a { background-color: rgb(192,82,251); }
div.DivClassName
{
background-color: #C052FB;
}
.BgClassName
{
background-color: #C052FB;
}
</style>
border-color css
<style>
span { border-color: #C052FB; }
span { border-color: rgb(192,82,251); }
td.TdClassName
{
border-color: #C052FB;
}
.TagClassName
{
border-color: #C052FB;
}
</style>