Shades of Medium Orchid #C753F1
Tints of Medium Orchid #C753F1
RGB
CMYK
RGB Variations
Color information
#C753F1 (or 0xC753F1) is known color: Medium Orchid. HEX triplet: C7, 53 and F1. RGB value is (199,83,241). Sum of RGB (Red+Green+Blue) = 199+83+241=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #C753F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C753F1 is #38AC0E. Grayscale: #878787. Windows color (decimal): -3714063 or 15815623. OLE color: 15815623.
HSL color Cylindrical-coordinate representation of color #C753F1: hue angle of 284.05º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C753F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 83 | 241 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.05º | 0.85% | 0.64% | - |
| HSV(B) | 284.05º | 0.66% | 0.95% | - |
| XYZ | 42.52 | 24.68 | 85.74 | - |
| YUV | 135.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 241 | 0.17 | 0.66 | 0 | 0.05 | 284.05 | 0.85 | 0.64 |
| Hex | C7 | 53 | F1 | 11 | 42 | 0 | 5 | 11C | 55 | 40 |
| Octal | 307 | 123 | 361 | 21 | 102 | 0 | 5 | 434 | 125 | 100 |
| Binary | 11000111 | 1010011 | 11110001 | 10001 | 1000010 | 0 | 101 | 100011100 | 1010101 | 1000000 |
Color Harmonies of #C753F1
Complementary color
Monochromatic Colors of #C753F1
Black with #C753F1
Text Example
Text Example
White with #C753F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753F1; }
p { color: rgb(199,83,241); }
H1.HeaderClassName
{
color: #C753F1;
}
.AnyTagClassName
{
color: #C753F1;
}
</style>
background-color css
<style>
a { background-color: #C753F1; }
a { background-color: rgb(199,83,241); }
div.DivClassName
{
background-color: #C753F1;
}
.BgClassName
{
background-color: #C753F1;
}
</style>
border-color css
<style>
span { border-color: #C753F1; }
span { border-color: rgb(199,83,241); }
td.TdClassName
{
border-color: #C753F1;
}
.TagClassName
{
border-color: #C753F1;
}
</style>