Shades of Medium Orchid #C752EE
Tints of Medium Orchid #C752EE
RGB
CMYK
RGB Variations
Color information
#C752EE (or 0xC752EE) is known color: Medium Orchid. HEX triplet: C7, 52 and EE. RGB value is (199,82,238). Sum of RGB (Red+Green+Blue) = 199+82+238=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C752EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752EE is #38AD11. Grayscale: #868686. Windows color (decimal): -3714322 or 15618759. OLE color: 15618759.
HSL color Cylindrical-coordinate representation of color #C752EE: hue angle of 285º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C752EE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 82 | 238 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285º | 0.82% | 0.63% | - |
| HSV(B) | 285º | 0.66% | 0.93% | - |
| XYZ | 42 | 24.35 | 83.38 | - |
| YUV | 134.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 238 | 0.16 | 0.66 | 0 | 0.07 | 285 | 0.82 | 0.63 |
| Hex | C7 | 52 | EE | 10 | 42 | 0 | 7 | 11D | 52 | 3F |
| Octal | 307 | 122 | 356 | 20 | 102 | 0 | 7 | 435 | 122 | 77 |
| Binary | 11000111 | 1010010 | 11101110 | 10000 | 1000010 | 0 | 111 | 100011101 | 1010010 | 111111 |
Color Harmonies of #C752EE
Complementary color
Monochromatic Colors of #C752EE
Black with #C752EE
Text Example
Text Example
White with #C752EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752EE; }
p { color: rgb(199,82,238); }
H1.HeaderClassName
{
color: #C752EE;
}
.AnyTagClassName
{
color: #C752EE;
}
</style>
background-color css
<style>
a { background-color: #C752EE; }
a { background-color: rgb(199,82,238); }
div.DivClassName
{
background-color: #C752EE;
}
.BgClassName
{
background-color: #C752EE;
}
</style>
border-color css
<style>
span { border-color: #C752EE; }
span { border-color: rgb(199,82,238); }
td.TdClassName
{
border-color: #C752EE;
}
.TagClassName
{
border-color: #C752EE;
}
</style>