Shades of Medium Orchid #C447D6
Tints of Medium Orchid #C447D6
RGB
CMYK
RGB Variations
Color information
#C447D6 (or 0xC447D6) is known color: Medium Orchid. HEX triplet: C4, 47 and D6. RGB value is (196,71,214). Sum of RGB (Red+Green+Blue) = 196+71+214=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #C447D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447D6 is #3BB829. Grayscale: #7C7C7C. Windows color (decimal): -3913770 or 14043076. OLE color: 14043076.
HSL color Cylindrical-coordinate representation of color #C447D6: hue angle of 292.45º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C447D6 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 71 | 214 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.16 |
| HSL | 292.45º | 0.64% | 0.56% | - |
| HSV(B) | 292.45º | 0.67% | 0.84% | - |
| XYZ | 37.16 | 21.1 | 65.73 | - |
| YUV | 124.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 214 | 0.08 | 0.67 | 0 | 0.16 | 292.45 | 0.64 | 0.56 |
| Hex | C4 | 47 | D6 | 8 | 43 | 0 | 10 | 124 | 40 | 38 |
| Octal | 304 | 107 | 326 | 10 | 103 | 0 | 20 | 444 | 100 | 70 |
| Binary | 11000100 | 1000111 | 11010110 | 1000 | 1000011 | 0 | 10000 | 100100100 | 1000000 | 111000 |
Color Harmonies of #C447D6
Complementary color
Monochromatic Colors of #C447D6
Black with #C447D6
Text Example
Text Example
White with #C447D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447D6; }
p { color: rgb(196,71,214); }
H1.HeaderClassName
{
color: #C447D6;
}
.AnyTagClassName
{
color: #C447D6;
}
</style>
background-color css
<style>
a { background-color: #C447D6; }
a { background-color: rgb(196,71,214); }
div.DivClassName
{
background-color: #C447D6;
}
.BgClassName
{
background-color: #C447D6;
}
</style>
border-color css
<style>
span { border-color: #C447D6; }
span { border-color: rgb(196,71,214); }
td.TdClassName
{
border-color: #C447D6;
}
.TagClassName
{
border-color: #C447D6;
}
</style>