Shades of Medium Orchid #C949FC
Tints of Medium Orchid #C949FC
RGB
CMYK
RGB Variations
Color information
#C949FC (or 0xC949FC) is known color: Medium Orchid. HEX triplet: C9, 49 and FC. RGB value is (201,73,252). Sum of RGB (Red+Green+Blue) = 201+73+252=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #C949FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FC is #36B603. Grayscale: #838383. Windows color (decimal): -3585540 or 16533961. OLE color: 16533961.
HSL color Cylindrical-coordinate representation of color #C949FC: hue angle of 282.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C949FC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 73 | 252 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.01 |
| HSL | 282.91º | 0.97% | 0.64% | - |
| HSV(B) | 282.91º | 0.71% | 0.99% | - |
| XYZ | 44.04 | 24.21 | 94.45 | - |
| YUV | 131.68 | 195.91 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 252 | 0.20 | 0.71 | 0 | 0.01 | 282.91 | 0.97 | 0.64 |
| Hex | C9 | 49 | FC | 14 | 47 | 0 | 1 | 11B | 61 | 40 |
| Octal | 311 | 111 | 374 | 24 | 107 | 0 | 1 | 433 | 141 | 100 |
| Binary | 11001001 | 1001001 | 11111100 | 10100 | 1000111 | 0 | 1 | 100011011 | 1100001 | 1000000 |
Color Harmonies of #C949FC
Complementary color
Monochromatic Colors of #C949FC
Black with #C949FC
Text Example
Text Example
White with #C949FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949FC; }
p { color: rgb(201,73,252); }
H1.HeaderClassName
{
color: #C949FC;
}
.AnyTagClassName
{
color: #C949FC;
}
</style>
background-color css
<style>
a { background-color: #C949FC; }
a { background-color: rgb(201,73,252); }
div.DivClassName
{
background-color: #C949FC;
}
.BgClassName
{
background-color: #C949FC;
}
</style>
border-color css
<style>
span { border-color: #C949FC; }
span { border-color: rgb(201,73,252); }
td.TdClassName
{
border-color: #C949FC;
}
.TagClassName
{
border-color: #C949FC;
}
</style>