Shades of Medium Orchid #C536FB
Tints of Medium Orchid #C536FB
RGB
CMYK
RGB Variations
Color information
#C536FB (or 0xC536FB) is known color: Medium Orchid. HEX triplet: C5, 36 and FB. RGB value is (197,54,251). Sum of RGB (Red+Green+Blue) = 197+54+251=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #C536FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536FB is #3AC904. Grayscale: #767676. Windows color (decimal): -3852549 or 16463557. OLE color: 16463557.
HSL color Cylindrical-coordinate representation of color #C536FB: hue angle of 283.55º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C536FB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 54 | 251 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.02 |
| HSL | 283.55º | 0.96% | 0.6% | - |
| HSV(B) | 283.55º | 0.78% | 0.98% | - |
| XYZ | 41.76 | 21.47 | 93.21 | - |
| YUV | 119.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 251 | 0.22 | 0.78 | 0 | 0.02 | 283.55 | 0.96 | 0.6 |
| Hex | C5 | 36 | FB | 16 | 4E | 0 | 2 | 11C | 60 | 3C |
| Octal | 305 | 66 | 373 | 26 | 116 | 0 | 2 | 434 | 140 | 74 |
| Binary | 11000101 | 110110 | 11111011 | 10110 | 1001110 | 0 | 10 | 100011100 | 1100000 | 111100 |
Color Harmonies of #C536FB
Complementary color
Monochromatic Colors of #C536FB
Black with #C536FB
Text Example
Text Example
White with #C536FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536FB; }
p { color: rgb(197,54,251); }
H1.HeaderClassName
{
color: #C536FB;
}
.AnyTagClassName
{
color: #C536FB;
}
</style>
background-color css
<style>
a { background-color: #C536FB; }
a { background-color: rgb(197,54,251); }
div.DivClassName
{
background-color: #C536FB;
}
.BgClassName
{
background-color: #C536FB;
}
</style>
border-color css
<style>
span { border-color: #C536FB; }
span { border-color: rgb(197,54,251); }
td.TdClassName
{
border-color: #C536FB;
}
.TagClassName
{
border-color: #C536FB;
}
</style>