Shades of Medium Orchid #C948DF
Tints of Medium Orchid #C948DF
RGB
CMYK
RGB Variations
Color information
#C948DF (or 0xC948DF) is known color: Medium Orchid. HEX triplet: C9, 48 and DF. RGB value is (201,72,223). Sum of RGB (Red+Green+Blue) = 201+72+223=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C948DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948DF is #36B720. Grayscale: #7F7F7F. Windows color (decimal): -3585825 or 14633161. OLE color: 14633161.
HSL color Cylindrical-coordinate representation of color #C948DF: hue angle of 291.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C948DF is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 72 | 223 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.13 |
| HSL | 291.26º | 0.7% | 0.58% | - |
| HSV(B) | 291.26º | 0.68% | 0.87% | - |
| XYZ | 39.72 | 22.38 | 72.04 | - |
| YUV | 127.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 223 | 0.10 | 0.68 | 0 | 0.13 | 291.26 | 0.7 | 0.58 |
| Hex | C9 | 48 | DF | A | 44 | 0 | D | 123 | 46 | 3A |
| Octal | 311 | 110 | 337 | 12 | 104 | 0 | 15 | 443 | 106 | 72 |
| Binary | 11001001 | 1001000 | 11011111 | 1010 | 1000100 | 0 | 1101 | 100100011 | 1000110 | 111010 |
Color Harmonies of #C948DF
Complementary color
Monochromatic Colors of #C948DF
Black with #C948DF
Text Example
Text Example
White with #C948DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948DF; }
p { color: rgb(201,72,223); }
H1.HeaderClassName
{
color: #C948DF;
}
.AnyTagClassName
{
color: #C948DF;
}
</style>
background-color css
<style>
a { background-color: #C948DF; }
a { background-color: rgb(201,72,223); }
div.DivClassName
{
background-color: #C948DF;
}
.BgClassName
{
background-color: #C948DF;
}
</style>
border-color css
<style>
span { border-color: #C948DF; }
span { border-color: rgb(201,72,223); }
td.TdClassName
{
border-color: #C948DF;
}
.TagClassName
{
border-color: #C948DF;
}
</style>