Shades of Medium Orchid #C446FF
Tints of Medium Orchid #C446FF
RGB
CMYK
RGB Variations
Color information
#C446FF (or 0xC446FF) is known color: Medium Orchid. HEX triplet: C4, 46 and FF. RGB value is (196,70,255). Sum of RGB (Red+Green+Blue) = 196+70+255=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C446FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446FF is #3BB900. Grayscale: #808080. Windows color (decimal): -3913985 or 16729796. OLE color: 16729796.
HSL color Cylindrical-coordinate representation of color #C446FF: hue angle of 280.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C446FF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 70 | 255 | - |
| CMYK | 0.23 | 0.73 | 0 | 0 |
| HSL | 280.86º | 1% | 0.64% | - |
| HSV(B) | 280.86º | 0.73% | 1% | - |
| XYZ | 43.01 | 23.34 | 96.85 | - |
| YUV | 128.76 | 199.24 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 255 | 0.23 | 0.73 | 0 | 0 | 280.86 | 1 | 0.64 |
| Hex | C4 | 46 | FF | 17 | 49 | 0 | 0 | 119 | 64 | 40 |
| Octal | 304 | 106 | 377 | 27 | 111 | 0 | 0 | 431 | 144 | 100 |
| Binary | 11000100 | 1000110 | 11111111 | 10111 | 1001001 | 0 | 0 | 100011001 | 1100100 | 1000000 |
Color Harmonies of #C446FF
Complementary color
Monochromatic Colors of #C446FF
Black with #C446FF
Text Example
Text Example
White with #C446FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446FF; }
p { color: rgb(196,70,255); }
H1.HeaderClassName
{
color: #C446FF;
}
.AnyTagClassName
{
color: #C446FF;
}
</style>
background-color css
<style>
a { background-color: #C446FF; }
a { background-color: rgb(196,70,255); }
div.DivClassName
{
background-color: #C446FF;
}
.BgClassName
{
background-color: #C446FF;
}
</style>
border-color css
<style>
span { border-color: #C446FF; }
span { border-color: rgb(196,70,255); }
td.TdClassName
{
border-color: #C446FF;
}
.TagClassName
{
border-color: #C446FF;
}
</style>