Shades of Medium Orchid #C449E5
Tints of Medium Orchid #C449E5
RGB
CMYK
RGB Variations
Color information
#C449E5 (or 0xC449E5) is known color: Medium Orchid. HEX triplet: C4, 49 and E5. RGB value is (196,73,229). Sum of RGB (Red+Green+Blue) = 196+73+229=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #C449E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449E5 is #3BB61A. Grayscale: #7F7F7F. Windows color (decimal): -3913243 or 15026628. OLE color: 15026628.
HSL color Cylindrical-coordinate representation of color #C449E5: hue angle of 287.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C449E5 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 73 | 229 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.10 |
| HSL | 287.31º | 0.75% | 0.59% | - |
| HSV(B) | 287.31º | 0.68% | 0.9% | - |
| XYZ | 39.29 | 22.16 | 76.33 | - |
| YUV | 127.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 229 | 0.14 | 0.68 | 0 | 0.10 | 287.31 | 0.75 | 0.59 |
| Hex | C4 | 49 | E5 | E | 44 | 0 | A | 11F | 4B | 3B |
| Octal | 304 | 111 | 345 | 16 | 104 | 0 | 12 | 437 | 113 | 73 |
| Binary | 11000100 | 1001001 | 11100101 | 1110 | 1000100 | 0 | 1010 | 100011111 | 1001011 | 111011 |
Color Harmonies of #C449E5
Complementary color
Monochromatic Colors of #C449E5
Black with #C449E5
Text Example
Text Example
White with #C449E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449E5; }
p { color: rgb(196,73,229); }
H1.HeaderClassName
{
color: #C449E5;
}
.AnyTagClassName
{
color: #C449E5;
}
</style>
background-color css
<style>
a { background-color: #C449E5; }
a { background-color: rgb(196,73,229); }
div.DivClassName
{
background-color: #C449E5;
}
.BgClassName
{
background-color: #C449E5;
}
</style>
border-color css
<style>
span { border-color: #C449E5; }
span { border-color: rgb(196,73,229); }
td.TdClassName
{
border-color: #C449E5;
}
.TagClassName
{
border-color: #C449E5;
}
</style>