Shades of Medium Orchid #C445FB
Tints of Medium Orchid #C445FB
RGB
CMYK
RGB Variations
Color information
#C445FB (or 0xC445FB) is known color: Medium Orchid. HEX triplet: C4, 45 and FB. RGB value is (196,69,251). Sum of RGB (Red+Green+Blue) = 196+69+251=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C445FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FB is #3BBA04. Grayscale: #7F7F7F. Windows color (decimal): -3914245 or 16467396. OLE color: 16467396.
HSL color Cylindrical-coordinate representation of color #C445FB: hue angle of 281.87º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C445FB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 69 | 251 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.02 |
| HSL | 281.87º | 0.96% | 0.63% | - |
| HSV(B) | 281.87º | 0.73% | 0.98% | - |
| XYZ | 42.31 | 22.96 | 93.47 | - |
| YUV | 127.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 251 | 0.22 | 0.73 | 0 | 0.02 | 281.87 | 0.96 | 0.63 |
| Hex | C4 | 45 | FB | 16 | 49 | 0 | 2 | 11A | 60 | 3F |
| Octal | 304 | 105 | 373 | 26 | 111 | 0 | 2 | 432 | 140 | 77 |
| Binary | 11000100 | 1000101 | 11111011 | 10110 | 1001001 | 0 | 10 | 100011010 | 1100000 | 111111 |
Color Harmonies of #C445FB
Complementary color
Monochromatic Colors of #C445FB
Black with #C445FB
Text Example
Text Example
White with #C445FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445FB; }
p { color: rgb(196,69,251); }
H1.HeaderClassName
{
color: #C445FB;
}
.AnyTagClassName
{
color: #C445FB;
}
</style>
background-color css
<style>
a { background-color: #C445FB; }
a { background-color: rgb(196,69,251); }
div.DivClassName
{
background-color: #C445FB;
}
.BgClassName
{
background-color: #C445FB;
}
</style>
border-color css
<style>
span { border-color: #C445FB; }
span { border-color: rgb(196,69,251); }
td.TdClassName
{
border-color: #C445FB;
}
.TagClassName
{
border-color: #C445FB;
}
</style>