Shades of Medium Orchid #C752D3
Tints of Medium Orchid #C752D3
RGB
CMYK
RGB Variations
Color information
#C752D3 (or 0xC752D3) is known color: Medium Orchid. HEX triplet: C7, 52 and D3. RGB value is (199,82,211). Sum of RGB (Red+Green+Blue) = 199+82+211=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #C752D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752D3 is #38AD2C. Grayscale: #838383. Windows color (decimal): -3714349 or 13849287. OLE color: 13849287.
HSL color Cylindrical-coordinate representation of color #C752D3: hue angle of 294.42º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C752D3 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 82 | 211 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.17 |
| HSL | 294.42º | 0.59% | 0.57% | - |
| HSV(B) | 294.42º | 0.61% | 0.83% | - |
| XYZ | 38.33 | 22.88 | 64.02 | - |
| YUV | 131.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 211 | 0.06 | 0.61 | 0 | 0.17 | 294.42 | 0.59 | 0.57 |
| Hex | C7 | 52 | D3 | 6 | 3D | 0 | 11 | 126 | 3B | 39 |
| Octal | 307 | 122 | 323 | 6 | 75 | 0 | 21 | 446 | 73 | 71 |
| Binary | 11000111 | 1010010 | 11010011 | 110 | 111101 | 0 | 10001 | 100100110 | 111011 | 111001 |
Color Harmonies of #C752D3
Complementary color
Monochromatic Colors of #C752D3
Black with #C752D3
Text Example
Text Example
White with #C752D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752D3; }
p { color: rgb(199,82,211); }
H1.HeaderClassName
{
color: #C752D3;
}
.AnyTagClassName
{
color: #C752D3;
}
</style>
background-color css
<style>
a { background-color: #C752D3; }
a { background-color: rgb(199,82,211); }
div.DivClassName
{
background-color: #C752D3;
}
.BgClassName
{
background-color: #C752D3;
}
</style>
border-color css
<style>
span { border-color: #C752D3; }
span { border-color: rgb(199,82,211); }
td.TdClassName
{
border-color: #C752D3;
}
.TagClassName
{
border-color: #C752D3;
}
</style>