Shades of Medium Orchid #C445FE
Tints of Medium Orchid #C445FE
RGB
CMYK
RGB Variations
Color information
#C445FE (or 0xC445FE) is known color: Medium Orchid. HEX triplet: C4, 45 and FE. RGB value is (196,69,254). Sum of RGB (Red+Green+Blue) = 196+69+254=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #C445FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FE is #3BBA01. Grayscale: #7F7F7F. Windows color (decimal): -3914242 or 16664004. OLE color: 16664004.
HSL color Cylindrical-coordinate representation of color #C445FE: hue angle of 281.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C445FE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 69 | 254 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.00 |
| HSL | 281.19º | 0.99% | 0.63% | - |
| HSV(B) | 281.19º | 0.73% | 1% | - |
| XYZ | 42.78 | 23.15 | 95.98 | - |
| YUV | 128.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 254 | 0.23 | 0.73 | 0 | 0.00 | 281.19 | 0.99 | 0.63 |
| Hex | C4 | 45 | FE | 17 | 49 | 0 | 0 | 119 | 63 | 3F |
| Octal | 304 | 105 | 376 | 27 | 111 | 0 | 0 | 431 | 143 | 77 |
| Binary | 11000100 | 1000101 | 11111110 | 10111 | 1001001 | 0 | 0 | 100011001 | 1100011 | 111111 |
Color Harmonies of #C445FE
Complementary color
Monochromatic Colors of #C445FE
Black with #C445FE
Text Example
Text Example
White with #C445FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445FE; }
p { color: rgb(196,69,254); }
H1.HeaderClassName
{
color: #C445FE;
}
.AnyTagClassName
{
color: #C445FE;
}
</style>
background-color css
<style>
a { background-color: #C445FE; }
a { background-color: rgb(196,69,254); }
div.DivClassName
{
background-color: #C445FE;
}
.BgClassName
{
background-color: #C445FE;
}
</style>
border-color css
<style>
span { border-color: #C445FE; }
span { border-color: rgb(196,69,254); }
td.TdClassName
{
border-color: #C445FE;
}
.TagClassName
{
border-color: #C445FE;
}
</style>