Shades of Medium Orchid #C440FE
Tints of Medium Orchid #C440FE
RGB
CMYK
RGB Variations
Color information
#C440FE (or 0xC440FE) is known color: Medium Orchid. HEX triplet: C4, 40 and FE. RGB value is (196,64,254). Sum of RGB (Red+Green+Blue) = 196+64+254=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C440FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440FE is #3BBF01. Grayscale: #7C7C7C. Windows color (decimal): -3915522 or 16662724. OLE color: 16662724.
HSL color Cylindrical-coordinate representation of color #C440FE: hue angle of 281.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C440FE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 64 | 254 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.00 |
| HSL | 281.68º | 0.99% | 0.62% | - |
| HSV(B) | 281.68º | 0.75% | 1% | - |
| XYZ | 42.49 | 22.56 | 95.88 | - |
| YUV | 125.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 254 | 0.23 | 0.75 | 0 | 0.00 | 281.68 | 0.99 | 0.62 |
| Hex | C4 | 40 | FE | 17 | 4B | 0 | 0 | 11A | 63 | 3E |
| Octal | 304 | 100 | 376 | 27 | 113 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000100 | 1000000 | 11111110 | 10111 | 1001011 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C440FE
Complementary color
Monochromatic Colors of #C440FE
Black with #C440FE
Text Example
Text Example
White with #C440FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440FE; }
p { color: rgb(196,64,254); }
H1.HeaderClassName
{
color: #C440FE;
}
.AnyTagClassName
{
color: #C440FE;
}
</style>
background-color css
<style>
a { background-color: #C440FE; }
a { background-color: rgb(196,64,254); }
div.DivClassName
{
background-color: #C440FE;
}
.BgClassName
{
background-color: #C440FE;
}
</style>
border-color css
<style>
span { border-color: #C440FE; }
span { border-color: rgb(196,64,254); }
td.TdClassName
{
border-color: #C440FE;
}
.TagClassName
{
border-color: #C440FE;
}
</style>