Shades of Medium Orchid #C652E8
Tints of Medium Orchid #C652E8
RGB
CMYK
RGB Variations
Color information
#C652E8 (or 0xC652E8) is known color: Medium Orchid. HEX triplet: C6, 52 and E8. RGB value is (198,82,232). Sum of RGB (Red+Green+Blue) = 198+82+232=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #C652E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652E8 is #39AD17. Grayscale: #858585. Windows color (decimal): -3779864 or 15225542. OLE color: 15225542.
HSL color Cylindrical-coordinate representation of color #C652E8: hue angle of 286.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C652E8 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 82 | 232 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.09 |
| HSL | 286.4º | 0.77% | 0.62% | - |
| HSV(B) | 286.4º | 0.65% | 0.91% | - |
| XYZ | 40.87 | 23.87 | 78.8 | - |
| YUV | 133.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 232 | 0.15 | 0.65 | 0 | 0.09 | 286.4 | 0.77 | 0.62 |
| Hex | C6 | 52 | E8 | F | 41 | 0 | 9 | 11E | 4D | 3E |
| Octal | 306 | 122 | 350 | 17 | 101 | 0 | 11 | 436 | 115 | 76 |
| Binary | 11000110 | 1010010 | 11101000 | 1111 | 1000001 | 0 | 1001 | 100011110 | 1001101 | 111110 |
Color Harmonies of #C652E8
Complementary color
Monochromatic Colors of #C652E8
Black with #C652E8
Text Example
Text Example
White with #C652E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652E8; }
p { color: rgb(198,82,232); }
H1.HeaderClassName
{
color: #C652E8;
}
.AnyTagClassName
{
color: #C652E8;
}
</style>
background-color css
<style>
a { background-color: #C652E8; }
a { background-color: rgb(198,82,232); }
div.DivClassName
{
background-color: #C652E8;
}
.BgClassName
{
background-color: #C652E8;
}
</style>
border-color css
<style>
span { border-color: #C652E8; }
span { border-color: rgb(198,82,232); }
td.TdClassName
{
border-color: #C652E8;
}
.TagClassName
{
border-color: #C652E8;
}
</style>