Shades of Medium Orchid #C949EB
Tints of Medium Orchid #C949EB
RGB
CMYK
RGB Variations
Color information
#C949EB (or 0xC949EB) is known color: Medium Orchid. HEX triplet: C9, 49 and EB. RGB value is (201,73,235). Sum of RGB (Red+Green+Blue) = 201+73+235=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #C949EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949EB is #36B614. Grayscale: #818181. Windows color (decimal): -3585557 or 15419849. OLE color: 15419849.
HSL color Cylindrical-coordinate representation of color #C949EB: hue angle of 287.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C949EB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 73 | 235 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.08 |
| HSL | 287.41º | 0.8% | 0.6% | - |
| HSV(B) | 287.41º | 0.69% | 0.92% | - |
| XYZ | 41.47 | 23.18 | 80.89 | - |
| YUV | 129.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 235 | 0.14 | 0.69 | 0 | 0.08 | 287.41 | 0.8 | 0.6 |
| Hex | C9 | 49 | EB | E | 45 | 0 | 8 | 11F | 50 | 3C |
| Octal | 311 | 111 | 353 | 16 | 105 | 0 | 10 | 437 | 120 | 74 |
| Binary | 11001001 | 1001001 | 11101011 | 1110 | 1000101 | 0 | 1000 | 100011111 | 1010000 | 111100 |
Color Harmonies of #C949EB
Complementary color
Monochromatic Colors of #C949EB
Black with #C949EB
Text Example
Text Example
White with #C949EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949EB; }
p { color: rgb(201,73,235); }
H1.HeaderClassName
{
color: #C949EB;
}
.AnyTagClassName
{
color: #C949EB;
}
</style>
background-color css
<style>
a { background-color: #C949EB; }
a { background-color: rgb(201,73,235); }
div.DivClassName
{
background-color: #C949EB;
}
.BgClassName
{
background-color: #C949EB;
}
</style>
border-color css
<style>
span { border-color: #C949EB; }
span { border-color: rgb(201,73,235); }
td.TdClassName
{
border-color: #C949EB;
}
.TagClassName
{
border-color: #C949EB;
}
</style>