Shades of Medium Orchid #C447FF
Tints of Medium Orchid #C447FF
RGB
CMYK
RGB Variations
Color information
#C447FF (or 0xC447FF) is known color: Medium Orchid. HEX triplet: C4, 47 and FF. RGB value is (196,71,255). Sum of RGB (Red+Green+Blue) = 196+71+255=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C447FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C447FF is #3BB800. Grayscale: #808080. Windows color (decimal): -3913729 or 16730052. OLE color: 16730052.
HSL color Cylindrical-coordinate representation of color #C447FF: hue angle of 280.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C447FF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 71 | 255 | - |
| CMYK | 0.23 | 0.72 | 0 | 0 |
| HSL | 280.76º | 1% | 0.64% | - |
| HSV(B) | 280.76º | 0.72% | 1% | - |
| XYZ | 43.07 | 23.46 | 96.87 | - |
| YUV | 129.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 255 | 0.23 | 0.72 | 0 | 0 | 280.76 | 1 | 0.64 |
| Hex | C4 | 47 | FF | 17 | 48 | 0 | 0 | 119 | 64 | 40 |
| Octal | 304 | 107 | 377 | 27 | 110 | 0 | 0 | 431 | 144 | 100 |
| Binary | 11000100 | 1000111 | 11111111 | 10111 | 1001000 | 0 | 0 | 100011001 | 1100100 | 1000000 |
Color Harmonies of #C447FF
Complementary color
Monochromatic Colors of #C447FF
Black with #C447FF
Text Example
Text Example
White with #C447FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447FF; }
p { color: rgb(196,71,255); }
H1.HeaderClassName
{
color: #C447FF;
}
.AnyTagClassName
{
color: #C447FF;
}
</style>
background-color css
<style>
a { background-color: #C447FF; }
a { background-color: rgb(196,71,255); }
div.DivClassName
{
background-color: #C447FF;
}
.BgClassName
{
background-color: #C447FF;
}
</style>
border-color css
<style>
span { border-color: #C447FF; }
span { border-color: rgb(196,71,255); }
td.TdClassName
{
border-color: #C447FF;
}
.TagClassName
{
border-color: #C447FF;
}
</style>