Shades of Medium Orchid #C753F6
Tints of Medium Orchid #C753F6
RGB
CMYK
RGB Variations
Color information
#C753F6 (or 0xC753F6) is known color: Medium Orchid. HEX triplet: C7, 53 and F6. RGB value is (199,83,246). Sum of RGB (Red+Green+Blue) = 199+83+246=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #C753F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C753F6 is #38AC09. Grayscale: #878787. Windows color (decimal): -3714058 or 16143303. OLE color: 16143303.
HSL color Cylindrical-coordinate representation of color #C753F6: hue angle of 282.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C753F6 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 83 | 246 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.04 |
| HSL | 282.7º | 0.9% | 0.65% | - |
| HSV(B) | 282.7º | 0.66% | 0.96% | - |
| XYZ | 43.28 | 24.98 | 89.73 | - |
| YUV | 136.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 246 | 0.19 | 0.66 | 0 | 0.04 | 282.7 | 0.9 | 0.65 |
| Hex | C7 | 53 | F6 | 13 | 42 | 0 | 4 | 11B | 5A | 41 |
| Octal | 307 | 123 | 366 | 23 | 102 | 0 | 4 | 433 | 132 | 101 |
| Binary | 11000111 | 1010011 | 11110110 | 10011 | 1000010 | 0 | 100 | 100011011 | 1011010 | 1000001 |
Color Harmonies of #C753F6
Complementary color
Monochromatic Colors of #C753F6
Black with #C753F6
Text Example
Text Example
White with #C753F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753F6; }
p { color: rgb(199,83,246); }
H1.HeaderClassName
{
color: #C753F6;
}
.AnyTagClassName
{
color: #C753F6;
}
</style>
background-color css
<style>
a { background-color: #C753F6; }
a { background-color: rgb(199,83,246); }
div.DivClassName
{
background-color: #C753F6;
}
.BgClassName
{
background-color: #C753F6;
}
</style>
border-color css
<style>
span { border-color: #C753F6; }
span { border-color: rgb(199,83,246); }
td.TdClassName
{
border-color: #C753F6;
}
.TagClassName
{
border-color: #C753F6;
}
</style>