Shades of Medium Orchid #C949EF
Tints of Medium Orchid #C949EF
RGB
CMYK
RGB Variations
Color information
#C949EF (or 0xC949EF) is known color: Medium Orchid. HEX triplet: C9, 49 and EF. RGB value is (201,73,239). Sum of RGB (Red+Green+Blue) = 201+73+239=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C949EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949EF is #36B610. Grayscale: #818181. Windows color (decimal): -3585553 or 15681993. OLE color: 15681993.
HSL color Cylindrical-coordinate representation of color #C949EF: hue angle of 286.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C949EF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 73 | 239 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.06 |
| HSL | 286.27º | 0.84% | 0.61% | - |
| HSV(B) | 286.27º | 0.69% | 0.94% | - |
| XYZ | 42.05 | 23.41 | 83.96 | - |
| YUV | 130.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 239 | 0.16 | 0.69 | 0 | 0.06 | 286.27 | 0.84 | 0.61 |
| Hex | C9 | 49 | EF | 10 | 45 | 0 | 6 | 11E | 54 | 3D |
| Octal | 311 | 111 | 357 | 20 | 105 | 0 | 6 | 436 | 124 | 75 |
| Binary | 11001001 | 1001001 | 11101111 | 10000 | 1000101 | 0 | 110 | 100011110 | 1010100 | 111101 |
Color Harmonies of #C949EF
Complementary color
Monochromatic Colors of #C949EF
Black with #C949EF
Text Example
Text Example
White with #C949EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949EF; }
p { color: rgb(201,73,239); }
H1.HeaderClassName
{
color: #C949EF;
}
.AnyTagClassName
{
color: #C949EF;
}
</style>
background-color css
<style>
a { background-color: #C949EF; }
a { background-color: rgb(201,73,239); }
div.DivClassName
{
background-color: #C949EF;
}
.BgClassName
{
background-color: #C949EF;
}
</style>
border-color css
<style>
span { border-color: #C949EF; }
span { border-color: rgb(201,73,239); }
td.TdClassName
{
border-color: #C949EF;
}
.TagClassName
{
border-color: #C949EF;
}
</style>