Shades of Medium Orchid #C446FD
Tints of Medium Orchid #C446FD
RGB
CMYK
RGB Variations
Color information
#C446FD (or 0xC446FD) is known color: Medium Orchid. HEX triplet: C4, 46 and FD. RGB value is (196,70,253). Sum of RGB (Red+Green+Blue) = 196+70+253=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C446FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446FD is #3BB902. Grayscale: #7F7F7F. Windows color (decimal): -3913987 or 16598724. OLE color: 16598724.
HSL color Cylindrical-coordinate representation of color #C446FD: hue angle of 281.31º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C446FD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 70 | 253 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 281.31º | 0.98% | 0.63% | - |
| HSV(B) | 281.31º | 0.72% | 0.99% | - |
| XYZ | 42.68 | 23.21 | 95.16 | - |
| YUV | 128.54 | 198.24 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 253 | 0.23 | 0.72 | 0 | 0.01 | 281.31 | 0.98 | 0.63 |
| Hex | C4 | 46 | FD | 17 | 48 | 0 | 1 | 119 | 62 | 3F |
| Octal | 304 | 106 | 375 | 27 | 110 | 0 | 1 | 431 | 142 | 77 |
| Binary | 11000100 | 1000110 | 11111101 | 10111 | 1001000 | 0 | 1 | 100011001 | 1100010 | 111111 |
Color Harmonies of #C446FD
Complementary color
Monochromatic Colors of #C446FD
Black with #C446FD
Text Example
Text Example
White with #C446FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446FD; }
p { color: rgb(196,70,253); }
H1.HeaderClassName
{
color: #C446FD;
}
.AnyTagClassName
{
color: #C446FD;
}
</style>
background-color css
<style>
a { background-color: #C446FD; }
a { background-color: rgb(196,70,253); }
div.DivClassName
{
background-color: #C446FD;
}
.BgClassName
{
background-color: #C446FD;
}
</style>
border-color css
<style>
span { border-color: #C446FD; }
span { border-color: rgb(196,70,253); }
td.TdClassName
{
border-color: #C446FD;
}
.TagClassName
{
border-color: #C446FD;
}
</style>