Shades of Medium Orchid #C752D1
Tints of Medium Orchid #C752D1
RGB
CMYK
RGB Variations
Color information
#C752D1 (or 0xC752D1) is known color: Medium Orchid. HEX triplet: C7, 52 and D1. RGB value is (199,82,209). Sum of RGB (Red+Green+Blue) = 199+82+209=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #C752D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752D1 is #38AD2E. Grayscale: #838383. Windows color (decimal): -3714351 or 13718215. OLE color: 13718215.
HSL color Cylindrical-coordinate representation of color #C752D1: hue angle of 295.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C752D1 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 82 | 209 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.18 |
| HSL | 295.28º | 0.58% | 0.57% | - |
| HSV(B) | 295.28º | 0.61% | 0.82% | - |
| XYZ | 38.08 | 22.78 | 62.71 | - |
| YUV | 131.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 209 | 0.05 | 0.61 | 0 | 0.18 | 295.28 | 0.58 | 0.57 |
| Hex | C7 | 52 | D1 | 5 | 3D | 0 | 12 | 127 | 3A | 39 |
| Octal | 307 | 122 | 321 | 5 | 75 | 0 | 22 | 447 | 72 | 71 |
| Binary | 11000111 | 1010010 | 11010001 | 101 | 111101 | 0 | 10010 | 100100111 | 111010 | 111001 |
Color Harmonies of #C752D1
Complementary color
Monochromatic Colors of #C752D1
Black with #C752D1
Text Example
Text Example
White with #C752D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752D1; }
p { color: rgb(199,82,209); }
H1.HeaderClassName
{
color: #C752D1;
}
.AnyTagClassName
{
color: #C752D1;
}
</style>
background-color css
<style>
a { background-color: #C752D1; }
a { background-color: rgb(199,82,209); }
div.DivClassName
{
background-color: #C752D1;
}
.BgClassName
{
background-color: #C752D1;
}
</style>
border-color css
<style>
span { border-color: #C752D1; }
span { border-color: rgb(199,82,209); }
td.TdClassName
{
border-color: #C752D1;
}
.TagClassName
{
border-color: #C752D1;
}
</style>