Shades of Medium Orchid #C752E3
Tints of Medium Orchid #C752E3
RGB
CMYK
RGB Variations
Color information
#C752E3 (or 0xC752E3) is known color: Medium Orchid. HEX triplet: C7, 52 and E3. RGB value is (199,82,227). Sum of RGB (Red+Green+Blue) = 199+82+227=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #C752E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752E3 is #38AD1C. Grayscale: #858585. Windows color (decimal): -3714333 or 14897863. OLE color: 14897863.
HSL color Cylindrical-coordinate representation of color #C752E3: hue angle of 288.41º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C752E3 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 82 | 227 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.11 |
| HSL | 288.41º | 0.72% | 0.61% | - |
| HSV(B) | 288.41º | 0.64% | 0.89% | - |
| XYZ | 40.44 | 23.72 | 75.12 | - |
| YUV | 133.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 227 | 0.12 | 0.64 | 0 | 0.11 | 288.41 | 0.72 | 0.61 |
| Hex | C7 | 52 | E3 | C | 40 | 0 | B | 120 | 48 | 3D |
| Octal | 307 | 122 | 343 | 14 | 100 | 0 | 13 | 440 | 110 | 75 |
| Binary | 11000111 | 1010010 | 11100011 | 1100 | 1000000 | 0 | 1011 | 100100000 | 1001000 | 111101 |
Color Harmonies of #C752E3
Complementary color
Monochromatic Colors of #C752E3
Black with #C752E3
Text Example
Text Example
White with #C752E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752E3; }
p { color: rgb(199,82,227); }
H1.HeaderClassName
{
color: #C752E3;
}
.AnyTagClassName
{
color: #C752E3;
}
</style>
background-color css
<style>
a { background-color: #C752E3; }
a { background-color: rgb(199,82,227); }
div.DivClassName
{
background-color: #C752E3;
}
.BgClassName
{
background-color: #C752E3;
}
</style>
border-color css
<style>
span { border-color: #C752E3; }
span { border-color: rgb(199,82,227); }
td.TdClassName
{
border-color: #C752E3;
}
.TagClassName
{
border-color: #C752E3;
}
</style>