Shades of Medium Orchid #C949ED
Tints of Medium Orchid #C949ED
RGB
CMYK
RGB Variations
Color information
#C949ED (or 0xC949ED) is known color: Medium Orchid. HEX triplet: C9, 49 and ED. RGB value is (201,73,237). Sum of RGB (Red+Green+Blue) = 201+73+237=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #C949ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949ED is #36B612. Grayscale: #818181. Windows color (decimal): -3585555 or 15550921. OLE color: 15550921.
HSL color Cylindrical-coordinate representation of color #C949ED: hue angle of 286.83º degrees, saturation: 0.82, 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 #C949ED is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 73 | 237 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.07 |
| HSL | 286.83º | 0.82% | 0.61% | - |
| HSV(B) | 286.83º | 0.69% | 0.93% | - |
| XYZ | 41.76 | 23.3 | 82.42 | - |
| YUV | 129.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 237 | 0.15 | 0.69 | 0 | 0.07 | 286.83 | 0.82 | 0.61 |
| Hex | C9 | 49 | ED | F | 45 | 0 | 7 | 11F | 52 | 3D |
| Octal | 311 | 111 | 355 | 17 | 105 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001001 | 1001001 | 11101101 | 1111 | 1000101 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #C949ED
Complementary color
Monochromatic Colors of #C949ED
Black with #C949ED
Text Example
Text Example
White with #C949ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949ED; }
p { color: rgb(201,73,237); }
H1.HeaderClassName
{
color: #C949ED;
}
.AnyTagClassName
{
color: #C949ED;
}
</style>
background-color css
<style>
a { background-color: #C949ED; }
a { background-color: rgb(201,73,237); }
div.DivClassName
{
background-color: #C949ED;
}
.BgClassName
{
background-color: #C949ED;
}
</style>
border-color css
<style>
span { border-color: #C949ED; }
span { border-color: rgb(201,73,237); }
td.TdClassName
{
border-color: #C949ED;
}
.TagClassName
{
border-color: #C949ED;
}
</style>