Shades of Medium Orchid #C53FE7
Tints of Medium Orchid #C53FE7
RGB
CMYK
RGB Variations
Color information
#C53FE7 (or 0xC53FE7) is known color: Medium Orchid. HEX triplet: C5, 3F and E7. RGB value is (197,63,231). Sum of RGB (Red+Green+Blue) = 197+63+231=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #C53FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FE7 is #3AC018. Grayscale: #797979. Windows color (decimal): -3850265 or 15155141. OLE color: 15155141.
HSL color Cylindrical-coordinate representation of color #C53FE7: hue angle of 287.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53FE7 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 63 | 231 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.09 |
| HSL | 287.86º | 0.78% | 0.58% | - |
| HSV(B) | 287.86º | 0.73% | 0.91% | - |
| XYZ | 39.23 | 21.19 | 77.62 | - |
| YUV | 122.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 231 | 0.15 | 0.73 | 0 | 0.09 | 287.86 | 0.78 | 0.58 |
| Hex | C5 | 3F | E7 | F | 49 | 0 | 9 | 120 | 4E | 3A |
| Octal | 305 | 77 | 347 | 17 | 111 | 0 | 11 | 440 | 116 | 72 |
| Binary | 11000101 | 111111 | 11100111 | 1111 | 1001001 | 0 | 1001 | 100100000 | 1001110 | 111010 |
Color Harmonies of #C53FE7
Complementary color
Monochromatic Colors of #C53FE7
Black with #C53FE7
Text Example
Text Example
White with #C53FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FE7; }
p { color: rgb(197,63,231); }
H1.HeaderClassName
{
color: #C53FE7;
}
.AnyTagClassName
{
color: #C53FE7;
}
</style>
background-color css
<style>
a { background-color: #C53FE7; }
a { background-color: rgb(197,63,231); }
div.DivClassName
{
background-color: #C53FE7;
}
.BgClassName
{
background-color: #C53FE7;
}
</style>
border-color css
<style>
span { border-color: #C53FE7; }
span { border-color: rgb(197,63,231); }
td.TdClassName
{
border-color: #C53FE7;
}
.TagClassName
{
border-color: #C53FE7;
}
</style>