Shades of Medium Orchid #C447DC
Tints of Medium Orchid #C447DC
RGB
CMYK
RGB Variations
Color information
#C447DC (or 0xC447DC) is known color: Medium Orchid. HEX triplet: C4, 47 and DC. RGB value is (196,71,220). Sum of RGB (Red+Green+Blue) = 196+71+220=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #C447DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447DC is #3BB823. Grayscale: #7C7C7C. Windows color (decimal): -3913764 or 14436292. OLE color: 14436292.
HSL color Cylindrical-coordinate representation of color #C447DC: hue angle of 290.34º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C447DC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 71 | 220 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.14 |
| HSL | 290.34º | 0.68% | 0.57% | - |
| HSV(B) | 290.34º | 0.68% | 0.86% | - |
| XYZ | 37.94 | 21.41 | 69.84 | - |
| YUV | 125.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 220 | 0.11 | 0.68 | 0 | 0.14 | 290.34 | 0.68 | 0.57 |
| Hex | C4 | 47 | DC | B | 44 | 0 | E | 122 | 44 | 39 |
| Octal | 304 | 107 | 334 | 13 | 104 | 0 | 16 | 442 | 104 | 71 |
| Binary | 11000100 | 1000111 | 11011100 | 1011 | 1000100 | 0 | 1110 | 100100010 | 1000100 | 111001 |
Color Harmonies of #C447DC
Complementary color
Monochromatic Colors of #C447DC
Black with #C447DC
Text Example
Text Example
White with #C447DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447DC; }
p { color: rgb(196,71,220); }
H1.HeaderClassName
{
color: #C447DC;
}
.AnyTagClassName
{
color: #C447DC;
}
</style>
background-color css
<style>
a { background-color: #C447DC; }
a { background-color: rgb(196,71,220); }
div.DivClassName
{
background-color: #C447DC;
}
.BgClassName
{
background-color: #C447DC;
}
</style>
border-color css
<style>
span { border-color: #C447DC; }
span { border-color: rgb(196,71,220); }
td.TdClassName
{
border-color: #C447DC;
}
.TagClassName
{
border-color: #C447DC;
}
</style>