Shades of Medium Orchid #C753F8
Tints of Medium Orchid #C753F8
RGB
CMYK
RGB Variations
Color information
#C753F8 (or 0xC753F8) is known color: Medium Orchid. HEX triplet: C7, 53 and F8. RGB value is (199,83,248). Sum of RGB (Red+Green+Blue) = 199+83+248=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #C753F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C753F8 is #38AC07. Grayscale: #878787. Windows color (decimal): -3714056 or 16274375. OLE color: 16274375.
HSL color Cylindrical-coordinate representation of color #C753F8: hue angle of 282.18º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C753F8 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 83 | 248 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.03 |
| HSL | 282.18º | 0.92% | 0.65% | - |
| HSV(B) | 282.18º | 0.67% | 0.97% | - |
| XYZ | 43.59 | 25.11 | 91.36 | - |
| YUV | 136.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 248 | 0.20 | 0.67 | 0 | 0.03 | 282.18 | 0.92 | 0.65 |
| Hex | C7 | 53 | F8 | 14 | 43 | 0 | 3 | 11A | 5C | 41 |
| Octal | 307 | 123 | 370 | 24 | 103 | 0 | 3 | 432 | 134 | 101 |
| Binary | 11000111 | 1010011 | 11111000 | 10100 | 1000011 | 0 | 11 | 100011010 | 1011100 | 1000001 |
Color Harmonies of #C753F8
Complementary color
Monochromatic Colors of #C753F8
Black with #C753F8
Text Example
Text Example
White with #C753F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753F8; }
p { color: rgb(199,83,248); }
H1.HeaderClassName
{
color: #C753F8;
}
.AnyTagClassName
{
color: #C753F8;
}
</style>
background-color css
<style>
a { background-color: #C753F8; }
a { background-color: rgb(199,83,248); }
div.DivClassName
{
background-color: #C753F8;
}
.BgClassName
{
background-color: #C753F8;
}
</style>
border-color css
<style>
span { border-color: #C753F8; }
span { border-color: rgb(199,83,248); }
td.TdClassName
{
border-color: #C753F8;
}
.TagClassName
{
border-color: #C753F8;
}
</style>