Shades of Medium Orchid #C550EF
Tints of Medium Orchid #C550EF
RGB
CMYK
RGB Variations
Color information
#C550EF (or 0xC550EF) is known color: Medium Orchid. HEX triplet: C5, 50 and EF. RGB value is (197,80,239). Sum of RGB (Red+Green+Blue) = 197+80+239=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C550EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550EF is #3AAF10. Grayscale: #848484. Windows color (decimal): -3845905 or 15683781. OLE color: 15683781.
HSL color Cylindrical-coordinate representation of color #C550EF: hue angle of 284.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C550EF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 80 | 239 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 284.15º | 0.83% | 0.63% | - |
| HSV(B) | 284.15º | 0.67% | 0.94% | - |
| XYZ | 41.47 | 23.84 | 84.08 | - |
| YUV | 133.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 239 | 0.18 | 0.67 | 0 | 0.06 | 284.15 | 0.83 | 0.63 |
| Hex | C5 | 50 | EF | 12 | 43 | 0 | 6 | 11C | 53 | 3F |
| Octal | 305 | 120 | 357 | 22 | 103 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000101 | 1010000 | 11101111 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C550EF
Complementary color
Monochromatic Colors of #C550EF
Black with #C550EF
Text Example
Text Example
White with #C550EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550EF; }
p { color: rgb(197,80,239); }
H1.HeaderClassName
{
color: #C550EF;
}
.AnyTagClassName
{
color: #C550EF;
}
</style>
background-color css
<style>
a { background-color: #C550EF; }
a { background-color: rgb(197,80,239); }
div.DivClassName
{
background-color: #C550EF;
}
.BgClassName
{
background-color: #C550EF;
}
</style>
border-color css
<style>
span { border-color: #C550EF; }
span { border-color: rgb(197,80,239); }
td.TdClassName
{
border-color: #C550EF;
}
.TagClassName
{
border-color: #C550EF;
}
</style>