Shades of Medium Orchid #C449CF
Tints of Medium Orchid #C449CF
RGB
CMYK
RGB Variations
Color information
#C449CF (or 0xC449CF) is known color: Medium Orchid. HEX triplet: C4, 49 and CF. RGB value is (196,73,207). Sum of RGB (Red+Green+Blue) = 196+73+207=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C449CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CF is #3BB630. Grayscale: #7C7C7C. Windows color (decimal): -3913265 or 13584836. OLE color: 13584836.
HSL color Cylindrical-coordinate representation of color #C449CF: hue angle of 295.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C449CF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 73 | 207 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.07º | 0.58% | 0.55% | - |
| HSV(B) | 295.07º | 0.65% | 0.81% | - |
| XYZ | 36.41 | 21.01 | 61.17 | - |
| YUV | 125.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 207 | 0.05 | 0.65 | 0 | 0.19 | 295.07 | 0.58 | 0.55 |
| Hex | C4 | 49 | CF | 5 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 304 | 111 | 317 | 5 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000100 | 1001001 | 11001111 | 101 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C449CF
Complementary color
Monochromatic Colors of #C449CF
Black with #C449CF
Text Example
Text Example
White with #C449CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449CF; }
p { color: rgb(196,73,207); }
H1.HeaderClassName
{
color: #C449CF;
}
.AnyTagClassName
{
color: #C449CF;
}
</style>
background-color css
<style>
a { background-color: #C449CF; }
a { background-color: rgb(196,73,207); }
div.DivClassName
{
background-color: #C449CF;
}
.BgClassName
{
background-color: #C449CF;
}
</style>
border-color css
<style>
span { border-color: #C449CF; }
span { border-color: rgb(196,73,207); }
td.TdClassName
{
border-color: #C449CF;
}
.TagClassName
{
border-color: #C449CF;
}
</style>