Shades of Medium Orchid #C652F0
Tints of Medium Orchid #C652F0
RGB
CMYK
RGB Variations
Color information
#C652F0 (or 0xC652F0) is known color: Medium Orchid. HEX triplet: C6, 52 and F0. RGB value is (198,82,240). Sum of RGB (Red+Green+Blue) = 198+82+240=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #C652F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652F0 is #39AD0F. Grayscale: #868686. Windows color (decimal): -3779856 or 15749830. OLE color: 15749830.
HSL color Cylindrical-coordinate representation of color #C652F0: hue angle of 284.05º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C652F0 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 82 | 240 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.06 |
| HSL | 284.05º | 0.84% | 0.63% | - |
| HSV(B) | 284.05º | 0.66% | 0.94% | - |
| XYZ | 42.03 | 24.33 | 84.92 | - |
| YUV | 134.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 240 | 0.18 | 0.66 | 0 | 0.06 | 284.05 | 0.84 | 0.63 |
| Hex | C6 | 52 | F0 | 12 | 42 | 0 | 6 | 11C | 54 | 3F |
| Octal | 306 | 122 | 360 | 22 | 102 | 0 | 6 | 434 | 124 | 77 |
| Binary | 11000110 | 1010010 | 11110000 | 10010 | 1000010 | 0 | 110 | 100011100 | 1010100 | 111111 |
Color Harmonies of #C652F0
Complementary color
Monochromatic Colors of #C652F0
Black with #C652F0
Text Example
Text Example
White with #C652F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652F0; }
p { color: rgb(198,82,240); }
H1.HeaderClassName
{
color: #C652F0;
}
.AnyTagClassName
{
color: #C652F0;
}
</style>
background-color css
<style>
a { background-color: #C652F0; }
a { background-color: rgb(198,82,240); }
div.DivClassName
{
background-color: #C652F0;
}
.BgClassName
{
background-color: #C652F0;
}
</style>
border-color css
<style>
span { border-color: #C652F0; }
span { border-color: rgb(198,82,240); }
td.TdClassName
{
border-color: #C652F0;
}
.TagClassName
{
border-color: #C652F0;
}
</style>