Shades of Medium Orchid #C753D8
Tints of Medium Orchid #C753D8
RGB
CMYK
RGB Variations
Color information
#C753D8 (or 0xC753D8) is known color: Medium Orchid. HEX triplet: C7, 53 and D8. RGB value is (199,83,216). Sum of RGB (Red+Green+Blue) = 199+83+216=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #C753D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753D8 is #38AC27. Grayscale: #848484. Windows color (decimal): -3714088 or 14177223. OLE color: 14177223.
HSL color Cylindrical-coordinate representation of color #C753D8: hue angle of 292.33º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C753D8 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 83 | 216 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.15 |
| HSL | 292.33º | 0.63% | 0.59% | - |
| HSV(B) | 292.33º | 0.62% | 0.85% | - |
| XYZ | 39.04 | 23.29 | 67.4 | - |
| YUV | 132.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 216 | 0.08 | 0.62 | 0 | 0.15 | 292.33 | 0.63 | 0.59 |
| Hex | C7 | 53 | D8 | 8 | 3E | 0 | F | 124 | 3F | 3B |
| Octal | 307 | 123 | 330 | 10 | 76 | 0 | 17 | 444 | 77 | 73 |
| Binary | 11000111 | 1010011 | 11011000 | 1000 | 111110 | 0 | 1111 | 100100100 | 111111 | 111011 |
Color Harmonies of #C753D8
Complementary color
Monochromatic Colors of #C753D8
Black with #C753D8
Text Example
Text Example
White with #C753D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753D8; }
p { color: rgb(199,83,216); }
H1.HeaderClassName
{
color: #C753D8;
}
.AnyTagClassName
{
color: #C753D8;
}
</style>
background-color css
<style>
a { background-color: #C753D8; }
a { background-color: rgb(199,83,216); }
div.DivClassName
{
background-color: #C753D8;
}
.BgClassName
{
background-color: #C753D8;
}
</style>
border-color css
<style>
span { border-color: #C753D8; }
span { border-color: rgb(199,83,216); }
td.TdClassName
{
border-color: #C753D8;
}
.TagClassName
{
border-color: #C753D8;
}
</style>