Shades of Medium Orchid #C449ED
Tints of Medium Orchid #C449ED
RGB
CMYK
RGB Variations
Color information
#C449ED (or 0xC449ED) is known color: Medium Orchid. HEX triplet: C4, 49 and ED. RGB value is (196,73,237). Sum of RGB (Red+Green+Blue) = 196+73+237=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C449ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449ED is #3BB612. Grayscale: #7F7F7F. Windows color (decimal): -3913235 or 15550916. OLE color: 15550916.
HSL color Cylindrical-coordinate representation of color #C449ED: hue angle of 285º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C449ED is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 73 | 237 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.07 |
| HSL | 285º | 0.82% | 0.61% | - |
| HSV(B) | 285º | 0.69% | 0.93% | - |
| XYZ | 40.43 | 22.62 | 82.35 | - |
| YUV | 128.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 237 | 0.17 | 0.69 | 0 | 0.07 | 285 | 0.82 | 0.61 |
| Hex | C4 | 49 | ED | 11 | 45 | 0 | 7 | 11D | 52 | 3D |
| Octal | 304 | 111 | 355 | 21 | 105 | 0 | 7 | 435 | 122 | 75 |
| Binary | 11000100 | 1001001 | 11101101 | 10001 | 1000101 | 0 | 111 | 100011101 | 1010010 | 111101 |
Color Harmonies of #C449ED
Complementary color
Monochromatic Colors of #C449ED
Black with #C449ED
Text Example
Text Example
White with #C449ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449ED; }
p { color: rgb(196,73,237); }
H1.HeaderClassName
{
color: #C449ED;
}
.AnyTagClassName
{
color: #C449ED;
}
</style>
background-color css
<style>
a { background-color: #C449ED; }
a { background-color: rgb(196,73,237); }
div.DivClassName
{
background-color: #C449ED;
}
.BgClassName
{
background-color: #C449ED;
}
</style>
border-color css
<style>
span { border-color: #C449ED; }
span { border-color: rgb(196,73,237); }
td.TdClassName
{
border-color: #C449ED;
}
.TagClassName
{
border-color: #C449ED;
}
</style>