Shades of Medium Orchid #C249EE
Tints of Medium Orchid #C249EE
RGB
CMYK
RGB Variations
Color information
#C249EE (or 0xC249EE) is known color: Medium Orchid. HEX triplet: C2, 49 and EE. RGB value is (194,73,238). Sum of RGB (Red+Green+Blue) = 194+73+238=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #C249EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249EE is #3DB611. Grayscale: #7F7F7F. Windows color (decimal): -4044306 or 15616450. OLE color: 15616450.
HSL color Cylindrical-coordinate representation of color #C249EE: hue angle of 284º 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 #C249EE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 73 | 238 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 284º | 0.83% | 0.61% | - |
| HSV(B) | 284º | 0.69% | 0.93% | - |
| XYZ | 40.06 | 22.41 | 83.1 | - |
| YUV | 127.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 238 | 0.18 | 0.69 | 0 | 0.07 | 284 | 0.83 | 0.61 |
| Hex | C2 | 49 | EE | 12 | 45 | 0 | 7 | 11C | 53 | 3D |
| Octal | 302 | 111 | 356 | 22 | 105 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000010 | 1001001 | 11101110 | 10010 | 1000101 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C249EE
Complementary color
Monochromatic Colors of #C249EE
Black with #C249EE
Text Example
Text Example
White with #C249EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249EE; }
p { color: rgb(194,73,238); }
H1.HeaderClassName
{
color: #C249EE;
}
.AnyTagClassName
{
color: #C249EE;
}
</style>
background-color css
<style>
a { background-color: #C249EE; }
a { background-color: rgb(194,73,238); }
div.DivClassName
{
background-color: #C249EE;
}
.BgClassName
{
background-color: #C249EE;
}
</style>
border-color css
<style>
span { border-color: #C249EE; }
span { border-color: rgb(194,73,238); }
td.TdClassName
{
border-color: #C249EE;
}
.TagClassName
{
border-color: #C249EE;
}
</style>