Shades of Medium Orchid #C949F4
Tints of Medium Orchid #C949F4
RGB
CMYK
RGB Variations
Color information
#C949F4 (or 0xC949F4) is known color: Medium Orchid. HEX triplet: C9, 49 and F4. RGB value is (201,73,244). Sum of RGB (Red+Green+Blue) = 201+73+244=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #C949F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949F4 is #36B60B. Grayscale: #828282. Windows color (decimal): -3585548 or 16009673. OLE color: 16009673.
HSL color Cylindrical-coordinate representation of color #C949F4: hue angle of 284.91º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C949F4 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 73 | 244 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.04 |
| HSL | 284.91º | 0.89% | 0.62% | - |
| HSV(B) | 284.91º | 0.7% | 0.96% | - |
| XYZ | 42.8 | 23.71 | 87.91 | - |
| YUV | 130.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 244 | 0.18 | 0.70 | 0 | 0.04 | 284.91 | 0.89 | 0.62 |
| Hex | C9 | 49 | F4 | 12 | 46 | 0 | 4 | 11D | 59 | 3E |
| Octal | 311 | 111 | 364 | 22 | 106 | 0 | 4 | 435 | 131 | 76 |
| Binary | 11001001 | 1001001 | 11110100 | 10010 | 1000110 | 0 | 100 | 100011101 | 1011001 | 111110 |
Color Harmonies of #C949F4
Complementary color
Monochromatic Colors of #C949F4
Black with #C949F4
Text Example
Text Example
White with #C949F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949F4; }
p { color: rgb(201,73,244); }
H1.HeaderClassName
{
color: #C949F4;
}
.AnyTagClassName
{
color: #C949F4;
}
</style>
background-color css
<style>
a { background-color: #C949F4; }
a { background-color: rgb(201,73,244); }
div.DivClassName
{
background-color: #C949F4;
}
.BgClassName
{
background-color: #C949F4;
}
</style>
border-color css
<style>
span { border-color: #C949F4; }
span { border-color: rgb(201,73,244); }
td.TdClassName
{
border-color: #C949F4;
}
.TagClassName
{
border-color: #C949F4;
}
</style>