Shades of Medium Orchid #C949FA
Tints of Medium Orchid #C949FA
RGB
CMYK
RGB Variations
Color information
#C949FA (or 0xC949FA) is known color: Medium Orchid. HEX triplet: C9, 49 and FA. RGB value is (201,73,250). Sum of RGB (Red+Green+Blue) = 201+73+250=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C949FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FA is #36B605. Grayscale: #828282. Windows color (decimal): -3585542 or 16402889. OLE color: 16402889.
HSL color Cylindrical-coordinate representation of color #C949FA: hue angle of 283.39º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C949FA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 73 | 250 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.02 |
| HSL | 283.39º | 0.95% | 0.63% | - |
| HSV(B) | 283.39º | 0.71% | 0.98% | - |
| XYZ | 43.73 | 24.08 | 92.79 | - |
| YUV | 131.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 250 | 0.20 | 0.71 | 0 | 0.02 | 283.39 | 0.95 | 0.63 |
| Hex | C9 | 49 | FA | 14 | 47 | 0 | 2 | 11B | 5F | 3F |
| Octal | 311 | 111 | 372 | 24 | 107 | 0 | 2 | 433 | 137 | 77 |
| Binary | 11001001 | 1001001 | 11111010 | 10100 | 1000111 | 0 | 10 | 100011011 | 1011111 | 111111 |
Color Harmonies of #C949FA
Complementary color
Monochromatic Colors of #C949FA
Black with #C949FA
Text Example
Text Example
White with #C949FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949FA; }
p { color: rgb(201,73,250); }
H1.HeaderClassName
{
color: #C949FA;
}
.AnyTagClassName
{
color: #C949FA;
}
</style>
background-color css
<style>
a { background-color: #C949FA; }
a { background-color: rgb(201,73,250); }
div.DivClassName
{
background-color: #C949FA;
}
.BgClassName
{
background-color: #C949FA;
}
</style>
border-color css
<style>
span { border-color: #C949FA; }
span { border-color: rgb(201,73,250); }
td.TdClassName
{
border-color: #C949FA;
}
.TagClassName
{
border-color: #C949FA;
}
</style>