Shades of Medium Orchid #C550FA
Tints of Medium Orchid #C550FA
RGB
CMYK
RGB Variations
Color information
#C550FA (or 0xC550FA) is known color: Medium Orchid. HEX triplet: C5, 50 and FA. RGB value is (197,80,250). Sum of RGB (Red+Green+Blue) = 197+80+250=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #C550FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550FA is #3AAF05. Grayscale: #858585. Windows color (decimal): -3845894 or 16404677. OLE color: 16404677.
HSL color Cylindrical-coordinate representation of color #C550FA: hue angle of 281.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C550FA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 80 | 250 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.02 |
| HSL | 281.29º | 0.94% | 0.65% | - |
| HSV(B) | 281.29º | 0.68% | 0.98% | - |
| XYZ | 43.15 | 24.51 | 92.9 | - |
| YUV | 134.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 250 | 0.21 | 0.68 | 0 | 0.02 | 281.29 | 0.94 | 0.65 |
| Hex | C5 | 50 | FA | 15 | 44 | 0 | 2 | 119 | 5E | 41 |
| Octal | 305 | 120 | 372 | 25 | 104 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000101 | 1010000 | 11111010 | 10101 | 1000100 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C550FA
Complementary color
Monochromatic Colors of #C550FA
Black with #C550FA
Text Example
Text Example
White with #C550FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550FA; }
p { color: rgb(197,80,250); }
H1.HeaderClassName
{
color: #C550FA;
}
.AnyTagClassName
{
color: #C550FA;
}
</style>
background-color css
<style>
a { background-color: #C550FA; }
a { background-color: rgb(197,80,250); }
div.DivClassName
{
background-color: #C550FA;
}
.BgClassName
{
background-color: #C550FA;
}
</style>
border-color css
<style>
span { border-color: #C550FA; }
span { border-color: rgb(197,80,250); }
td.TdClassName
{
border-color: #C550FA;
}
.TagClassName
{
border-color: #C550FA;
}
</style>