Shades of Medium Orchid #C440FC
Tints of Medium Orchid #C440FC
RGB
CMYK
RGB Variations
Color information
#C440FC (or 0xC440FC) is known color: Medium Orchid. HEX triplet: C4, 40 and FC. RGB value is (196,64,252). Sum of RGB (Red+Green+Blue) = 196+64+252=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C440FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440FC is #3BBF03. Grayscale: #7C7C7C. Windows color (decimal): -3915524 or 16531652. OLE color: 16531652.
HSL color Cylindrical-coordinate representation of color #C440FC: hue angle of 282.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C440FC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 64 | 252 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.01 |
| HSL | 282.13º | 0.97% | 0.62% | - |
| HSV(B) | 282.13º | 0.75% | 0.99% | - |
| XYZ | 42.17 | 22.43 | 94.2 | - |
| YUV | 124.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 252 | 0.22 | 0.75 | 0 | 0.01 | 282.13 | 0.97 | 0.62 |
| Hex | C4 | 40 | FC | 16 | 4B | 0 | 1 | 11A | 61 | 3E |
| Octal | 304 | 100 | 374 | 26 | 113 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000100 | 1000000 | 11111100 | 10110 | 1001011 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C440FC
Complementary color
Monochromatic Colors of #C440FC
Black with #C440FC
Text Example
Text Example
White with #C440FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440FC; }
p { color: rgb(196,64,252); }
H1.HeaderClassName
{
color: #C440FC;
}
.AnyTagClassName
{
color: #C440FC;
}
</style>
background-color css
<style>
a { background-color: #C440FC; }
a { background-color: rgb(196,64,252); }
div.DivClassName
{
background-color: #C440FC;
}
.BgClassName
{
background-color: #C440FC;
}
</style>
border-color css
<style>
span { border-color: #C440FC; }
span { border-color: rgb(196,64,252); }
td.TdClassName
{
border-color: #C440FC;
}
.TagClassName
{
border-color: #C440FC;
}
</style>