Shades of Medium Orchid #C53FEF
Tints of Medium Orchid #C53FEF
RGB
CMYK
RGB Variations
Color information
#C53FEF (or 0xC53FEF) is known color: Medium Orchid. HEX triplet: C5, 3F and EF. RGB value is (197,63,239). Sum of RGB (Red+Green+Blue) = 197+63+239=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C53FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FEF is #3AC010. Grayscale: #7A7A7A. Windows color (decimal): -3850257 or 15679429. OLE color: 15679429.
HSL color Cylindrical-coordinate representation of color #C53FEF: hue angle of 285.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53FEF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 63 | 239 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.06 |
| HSL | 285.68º | 0.85% | 0.59% | - |
| HSV(B) | 285.68º | 0.74% | 0.94% | - |
| XYZ | 40.38 | 21.66 | 83.71 | - |
| YUV | 123.13 | 193.39 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 239 | 0.18 | 0.74 | 0 | 0.06 | 285.68 | 0.85 | 0.59 |
| Hex | C5 | 3F | EF | 12 | 4A | 0 | 6 | 11E | 55 | 3B |
| Octal | 305 | 77 | 357 | 22 | 112 | 0 | 6 | 436 | 125 | 73 |
| Binary | 11000101 | 111111 | 11101111 | 10010 | 1001010 | 0 | 110 | 100011110 | 1010101 | 111011 |
Color Harmonies of #C53FEF
Complementary color
Monochromatic Colors of #C53FEF
Black with #C53FEF
Text Example
Text Example
White with #C53FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FEF; }
p { color: rgb(197,63,239); }
H1.HeaderClassName
{
color: #C53FEF;
}
.AnyTagClassName
{
color: #C53FEF;
}
</style>
background-color css
<style>
a { background-color: #C53FEF; }
a { background-color: rgb(197,63,239); }
div.DivClassName
{
background-color: #C53FEF;
}
.BgClassName
{
background-color: #C53FEF;
}
</style>
border-color css
<style>
span { border-color: #C53FEF; }
span { border-color: rgb(197,63,239); }
td.TdClassName
{
border-color: #C53FEF;
}
.TagClassName
{
border-color: #C53FEF;
}
</style>