Shades of Medium Orchid #C449EE
Tints of Medium Orchid #C449EE
RGB
CMYK
RGB Variations
Color information
#C449EE (or 0xC449EE) is known color: Medium Orchid. HEX triplet: C4, 49 and EE. RGB value is (196,73,238). Sum of RGB (Red+Green+Blue) = 196+73+238=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #C449EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449EE is #3BB611. Grayscale: #808080. Windows color (decimal): -3913234 or 15616452. OLE color: 15616452.
HSL color Cylindrical-coordinate representation of color #C449EE: hue angle of 284.73º degrees, saturation: 0.83, 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 #C449EE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 73 | 238 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 284.73º | 0.83% | 0.61% | - |
| HSV(B) | 284.73º | 0.69% | 0.93% | - |
| XYZ | 40.58 | 22.67 | 83.13 | - |
| YUV | 128.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 238 | 0.18 | 0.69 | 0 | 0.07 | 284.73 | 0.83 | 0.61 |
| Hex | C4 | 49 | EE | 12 | 45 | 0 | 7 | 11D | 53 | 3D |
| Octal | 304 | 111 | 356 | 22 | 105 | 0 | 7 | 435 | 123 | 75 |
| Binary | 11000100 | 1001001 | 11101110 | 10010 | 1000101 | 0 | 111 | 100011101 | 1010011 | 111101 |
Color Harmonies of #C449EE
Complementary color
Monochromatic Colors of #C449EE
Black with #C449EE
Text Example
Text Example
White with #C449EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449EE; }
p { color: rgb(196,73,238); }
H1.HeaderClassName
{
color: #C449EE;
}
.AnyTagClassName
{
color: #C449EE;
}
</style>
background-color css
<style>
a { background-color: #C449EE; }
a { background-color: rgb(196,73,238); }
div.DivClassName
{
background-color: #C449EE;
}
.BgClassName
{
background-color: #C449EE;
}
</style>
border-color css
<style>
span { border-color: #C449EE; }
span { border-color: rgb(196,73,238); }
td.TdClassName
{
border-color: #C449EE;
}
.TagClassName
{
border-color: #C449EE;
}
</style>