Shades of Medium Orchid #C440FB
Tints of Medium Orchid #C440FB
RGB
CMYK
RGB Variations
Color information
#C440FB (or 0xC440FB) is known color: Medium Orchid. HEX triplet: C4, 40 and FB. RGB value is (196,64,251). Sum of RGB (Red+Green+Blue) = 196+64+251=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C440FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440FB is #3BBF04. Grayscale: #7C7C7C. Windows color (decimal): -3915525 or 16466116. OLE color: 16466116.
HSL color Cylindrical-coordinate representation of color #C440FB: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C440FB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 64 | 251 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.35º | 0.96% | 0.62% | - |
| HSV(B) | 282.35º | 0.75% | 0.98% | - |
| XYZ | 42.01 | 22.37 | 93.37 | - |
| YUV | 124.79 | 199.23 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 251 | 0.22 | 0.75 | 0 | 0.02 | 282.35 | 0.96 | 0.62 |
| Hex | C4 | 40 | FB | 16 | 4B | 0 | 2 | 11A | 60 | 3E |
| Octal | 304 | 100 | 373 | 26 | 113 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000100 | 1000000 | 11111011 | 10110 | 1001011 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C440FB
Complementary color
Monochromatic Colors of #C440FB
Black with #C440FB
Text Example
Text Example
White with #C440FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440FB; }
p { color: rgb(196,64,251); }
H1.HeaderClassName
{
color: #C440FB;
}
.AnyTagClassName
{
color: #C440FB;
}
</style>
background-color css
<style>
a { background-color: #C440FB; }
a { background-color: rgb(196,64,251); }
div.DivClassName
{
background-color: #C440FB;
}
.BgClassName
{
background-color: #C440FB;
}
</style>
border-color css
<style>
span { border-color: #C440FB; }
span { border-color: rgb(196,64,251); }
td.TdClassName
{
border-color: #C440FB;
}
.TagClassName
{
border-color: #C440FB;
}
</style>