Shades of Medium Orchid #C752DF
Tints of Medium Orchid #C752DF
RGB
CMYK
RGB Variations
Color information
#C752DF (or 0xC752DF) is known color: Medium Orchid. HEX triplet: C7, 52 and DF. RGB value is (199,82,223). Sum of RGB (Red+Green+Blue) = 199+82+223=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #C752DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752DF is #38AD20. Grayscale: #848484. Windows color (decimal): -3714337 or 14635719. OLE color: 14635719.
HSL color Cylindrical-coordinate representation of color #C752DF: hue angle of 289.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C752DF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 82 | 223 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.13 |
| HSL | 289.79º | 0.69% | 0.6% | - |
| HSV(B) | 289.79º | 0.63% | 0.87% | - |
| XYZ | 39.89 | 23.5 | 72.25 | - |
| YUV | 133.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 223 | 0.11 | 0.63 | 0 | 0.13 | 289.79 | 0.69 | 0.6 |
| Hex | C7 | 52 | DF | B | 3F | 0 | D | 122 | 45 | 3C |
| Octal | 307 | 122 | 337 | 13 | 77 | 0 | 15 | 442 | 105 | 74 |
| Binary | 11000111 | 1010010 | 11011111 | 1011 | 111111 | 0 | 1101 | 100100010 | 1000101 | 111100 |
Color Harmonies of #C752DF
Complementary color
Monochromatic Colors of #C752DF
Black with #C752DF
Text Example
Text Example
White with #C752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752DF; }
p { color: rgb(199,82,223); }
H1.HeaderClassName
{
color: #C752DF;
}
.AnyTagClassName
{
color: #C752DF;
}
</style>
background-color css
<style>
a { background-color: #C752DF; }
a { background-color: rgb(199,82,223); }
div.DivClassName
{
background-color: #C752DF;
}
.BgClassName
{
background-color: #C752DF;
}
</style>
border-color css
<style>
span { border-color: #C752DF; }
span { border-color: rgb(199,82,223); }
td.TdClassName
{
border-color: #C752DF;
}
.TagClassName
{
border-color: #C752DF;
}
</style>