Shades of Medium Orchid #C948F1
Tints of Medium Orchid #C948F1
RGB
CMYK
RGB Variations
Color information
#C948F1 (or 0xC948F1) is known color: Medium Orchid. HEX triplet: C9, 48 and F1. RGB value is (201,72,241). Sum of RGB (Red+Green+Blue) = 201+72+241=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #C948F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948F1 is #36B70E. Grayscale: #818181. Windows color (decimal): -3585807 or 15812809. OLE color: 15812809.
HSL color Cylindrical-coordinate representation of color #C948F1: hue angle of 285.8º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C948F1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 72 | 241 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.05 |
| HSL | 285.8º | 0.86% | 0.61% | - |
| HSV(B) | 285.8º | 0.7% | 0.95% | - |
| XYZ | 42.28 | 23.4 | 85.51 | - |
| YUV | 129.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 241 | 0.17 | 0.70 | 0 | 0.05 | 285.8 | 0.86 | 0.61 |
| Hex | C9 | 48 | F1 | 11 | 46 | 0 | 5 | 11E | 56 | 3D |
| Octal | 311 | 110 | 361 | 21 | 106 | 0 | 5 | 436 | 126 | 75 |
| Binary | 11001001 | 1001000 | 11110001 | 10001 | 1000110 | 0 | 101 | 100011110 | 1010110 | 111101 |
Color Harmonies of #C948F1
Complementary color
Monochromatic Colors of #C948F1
Black with #C948F1
Text Example
Text Example
White with #C948F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948F1; }
p { color: rgb(201,72,241); }
H1.HeaderClassName
{
color: #C948F1;
}
.AnyTagClassName
{
color: #C948F1;
}
</style>
background-color css
<style>
a { background-color: #C948F1; }
a { background-color: rgb(201,72,241); }
div.DivClassName
{
background-color: #C948F1;
}
.BgClassName
{
background-color: #C948F1;
}
</style>
border-color css
<style>
span { border-color: #C948F1; }
span { border-color: rgb(201,72,241); }
td.TdClassName
{
border-color: #C948F1;
}
.TagClassName
{
border-color: #C948F1;
}
</style>