Shades of Medium Orchid #C752DC
Tints of Medium Orchid #C752DC
RGB
CMYK
RGB Variations
Color information
#C752DC (or 0xC752DC) is known color: Medium Orchid. HEX triplet: C7, 52 and DC. RGB value is (199,82,220). Sum of RGB (Red+Green+Blue) = 199+82+220=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C752DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752DC is #38AD23. Grayscale: #848484. Windows color (decimal): -3714340 or 14439111. OLE color: 14439111.
HSL color Cylindrical-coordinate representation of color #C752DC: hue angle of 290.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C752DC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 82 | 220 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.14 |
| HSL | 290.87º | 0.66% | 0.59% | - |
| HSV(B) | 290.87º | 0.63% | 0.86% | - |
| XYZ | 39.49 | 23.34 | 70.13 | - |
| YUV | 132.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 220 | 0.10 | 0.63 | 0 | 0.14 | 290.87 | 0.66 | 0.59 |
| Hex | C7 | 52 | DC | A | 3F | 0 | E | 123 | 42 | 3B |
| Octal | 307 | 122 | 334 | 12 | 77 | 0 | 16 | 443 | 102 | 73 |
| Binary | 11000111 | 1010010 | 11011100 | 1010 | 111111 | 0 | 1110 | 100100011 | 1000010 | 111011 |
Color Harmonies of #C752DC
Complementary color
Monochromatic Colors of #C752DC
Black with #C752DC
Text Example
Text Example
White with #C752DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752DC; }
p { color: rgb(199,82,220); }
H1.HeaderClassName
{
color: #C752DC;
}
.AnyTagClassName
{
color: #C752DC;
}
</style>
background-color css
<style>
a { background-color: #C752DC; }
a { background-color: rgb(199,82,220); }
div.DivClassName
{
background-color: #C752DC;
}
.BgClassName
{
background-color: #C752DC;
}
</style>
border-color css
<style>
span { border-color: #C752DC; }
span { border-color: rgb(199,82,220); }
td.TdClassName
{
border-color: #C752DC;
}
.TagClassName
{
border-color: #C752DC;
}
</style>