Shades of Medium Orchid #C752EF
Tints of Medium Orchid #C752EF
RGB
CMYK
RGB Variations
Color information
#C752EF (or 0xC752EF) is known color: Medium Orchid. HEX triplet: C7, 52 and EF. RGB value is (199,82,239). Sum of RGB (Red+Green+Blue) = 199+82+239=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C752EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752EF is #38AD10. Grayscale: #868686. Windows color (decimal): -3714321 or 15684295. OLE color: 15684295.
HSL color Cylindrical-coordinate representation of color #C752EF: hue angle of 284.71º degrees, saturation: 0.83, 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 #C752EF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 82 | 239 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.06 |
| HSL | 284.71º | 0.83% | 0.63% | - |
| HSV(B) | 284.71º | 0.66% | 0.94% | - |
| XYZ | 42.15 | 24.41 | 84.15 | - |
| YUV | 134.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 239 | 0.17 | 0.66 | 0 | 0.06 | 284.71 | 0.83 | 0.63 |
| Hex | C7 | 52 | EF | 11 | 42 | 0 | 6 | 11D | 53 | 3F |
| Octal | 307 | 122 | 357 | 21 | 102 | 0 | 6 | 435 | 123 | 77 |
| Binary | 11000111 | 1010010 | 11101111 | 10001 | 1000010 | 0 | 110 | 100011101 | 1010011 | 111111 |
Color Harmonies of #C752EF
Complementary color
Monochromatic Colors of #C752EF
Black with #C752EF
Text Example
Text Example
White with #C752EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752EF; }
p { color: rgb(199,82,239); }
H1.HeaderClassName
{
color: #C752EF;
}
.AnyTagClassName
{
color: #C752EF;
}
</style>
background-color css
<style>
a { background-color: #C752EF; }
a { background-color: rgb(199,82,239); }
div.DivClassName
{
background-color: #C752EF;
}
.BgClassName
{
background-color: #C752EF;
}
</style>
border-color css
<style>
span { border-color: #C752EF; }
span { border-color: rgb(199,82,239); }
td.TdClassName
{
border-color: #C752EF;
}
.TagClassName
{
border-color: #C752EF;
}
</style>