Shades of Medium Orchid #C447D5
Tints of Medium Orchid #C447D5
RGB
CMYK
RGB Variations
Color information
#C447D5 (or 0xC447D5) is known color: Medium Orchid. HEX triplet: C4, 47 and D5. RGB value is (196,71,213). Sum of RGB (Red+Green+Blue) = 196+71+213=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #C447D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447D5 is #3BB82A. Grayscale: #7C7C7C. Windows color (decimal): -3913771 or 13977540. OLE color: 13977540.
HSL color Cylindrical-coordinate representation of color #C447D5: hue angle of 292.82º degrees, saturation: 0.63, 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 #C447D5 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 71 | 213 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.16 |
| HSL | 292.82º | 0.63% | 0.56% | - |
| HSV(B) | 292.82º | 0.67% | 0.84% | - |
| XYZ | 37.03 | 21.05 | 65.06 | - |
| YUV | 124.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 213 | 0.08 | 0.67 | 0 | 0.16 | 292.82 | 0.63 | 0.56 |
| Hex | C4 | 47 | D5 | 8 | 43 | 0 | 10 | 125 | 3F | 38 |
| Octal | 304 | 107 | 325 | 10 | 103 | 0 | 20 | 445 | 77 | 70 |
| Binary | 11000100 | 1000111 | 11010101 | 1000 | 1000011 | 0 | 10000 | 100100101 | 111111 | 111000 |
Color Harmonies of #C447D5
Complementary color
Monochromatic Colors of #C447D5
Black with #C447D5
Text Example
Text Example
White with #C447D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447D5; }
p { color: rgb(196,71,213); }
H1.HeaderClassName
{
color: #C447D5;
}
.AnyTagClassName
{
color: #C447D5;
}
</style>
background-color css
<style>
a { background-color: #C447D5; }
a { background-color: rgb(196,71,213); }
div.DivClassName
{
background-color: #C447D5;
}
.BgClassName
{
background-color: #C447D5;
}
</style>
border-color css
<style>
span { border-color: #C447D5; }
span { border-color: rgb(196,71,213); }
td.TdClassName
{
border-color: #C447D5;
}
.TagClassName
{
border-color: #C447D5;
}
</style>