Shades of Medium Orchid #C949EE
Tints of Medium Orchid #C949EE
RGB
CMYK
RGB Variations
Color information
#C949EE (or 0xC949EE) is known color: Medium Orchid. HEX triplet: C9, 49 and EE. RGB value is (201,73,238). Sum of RGB (Red+Green+Blue) = 201+73+238=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C949EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949EE is #36B611. Grayscale: #818181. Windows color (decimal): -3585554 or 15616457. OLE color: 15616457.
HSL color Cylindrical-coordinate representation of color #C949EE: hue angle of 286.55º 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 #C949EE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 73 | 238 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.07 |
| HSL | 286.55º | 0.83% | 0.61% | - |
| HSV(B) | 286.55º | 0.69% | 0.93% | - |
| XYZ | 41.9 | 23.36 | 83.19 | - |
| YUV | 130.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 238 | 0.16 | 0.69 | 0 | 0.07 | 286.55 | 0.83 | 0.61 |
| Hex | C9 | 49 | EE | 10 | 45 | 0 | 7 | 11F | 53 | 3D |
| Octal | 311 | 111 | 356 | 20 | 105 | 0 | 7 | 437 | 123 | 75 |
| Binary | 11001001 | 1001001 | 11101110 | 10000 | 1000101 | 0 | 111 | 100011111 | 1010011 | 111101 |
Color Harmonies of #C949EE
Complementary color
Monochromatic Colors of #C949EE
Black with #C949EE
Text Example
Text Example
White with #C949EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949EE; }
p { color: rgb(201,73,238); }
H1.HeaderClassName
{
color: #C949EE;
}
.AnyTagClassName
{
color: #C949EE;
}
</style>
background-color css
<style>
a { background-color: #C949EE; }
a { background-color: rgb(201,73,238); }
div.DivClassName
{
background-color: #C949EE;
}
.BgClassName
{
background-color: #C949EE;
}
</style>
border-color css
<style>
span { border-color: #C949EE; }
span { border-color: rgb(201,73,238); }
td.TdClassName
{
border-color: #C949EE;
}
.TagClassName
{
border-color: #C949EE;
}
</style>