Shades of Medium Orchid #C551EF
Tints of Medium Orchid #C551EF
RGB
CMYK
RGB Variations
Color information
#C551EF (or 0xC551EF) is known color: Medium Orchid. HEX triplet: C5, 51 and EF. RGB value is (197,81,239). Sum of RGB (Red+Green+Blue) = 197+81+239=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C551EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551EF is #3AAE10. Grayscale: #858585. Windows color (decimal): -3845649 or 15684037. OLE color: 15684037.
HSL color Cylindrical-coordinate representation of color #C551EF: hue angle of 284.05º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C551EF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 81 | 239 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.06 |
| HSL | 284.05º | 0.83% | 0.63% | - |
| HSV(B) | 284.05º | 0.66% | 0.94% | - |
| XYZ | 41.55 | 23.99 | 84.1 | - |
| YUV | 133.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 239 | 0.18 | 0.66 | 0 | 0.06 | 284.05 | 0.83 | 0.63 |
| Hex | C5 | 51 | EF | 12 | 42 | 0 | 6 | 11C | 53 | 3F |
| Octal | 305 | 121 | 357 | 22 | 102 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000101 | 1010001 | 11101111 | 10010 | 1000010 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C551EF
Complementary color
Monochromatic Colors of #C551EF
Black with #C551EF
Text Example
Text Example
White with #C551EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551EF; }
p { color: rgb(197,81,239); }
H1.HeaderClassName
{
color: #C551EF;
}
.AnyTagClassName
{
color: #C551EF;
}
</style>
background-color css
<style>
a { background-color: #C551EF; }
a { background-color: rgb(197,81,239); }
div.DivClassName
{
background-color: #C551EF;
}
.BgClassName
{
background-color: #C551EF;
}
</style>
border-color css
<style>
span { border-color: #C551EF; }
span { border-color: rgb(197,81,239); }
td.TdClassName
{
border-color: #C551EF;
}
.TagClassName
{
border-color: #C551EF;
}
</style>