Shades of Medium Orchid #C951DF
Tints of Medium Orchid #C951DF
RGB
CMYK
RGB Variations
Color information
#C951DF (or 0xC951DF) is known color: Medium Orchid. HEX triplet: C9, 51 and DF. RGB value is (201,81,223). Sum of RGB (Red+Green+Blue) = 201+81+223=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #C951DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951DF is #36AE20. Grayscale: #848484. Windows color (decimal): -3583521 or 14635465. OLE color: 14635465.
HSL color Cylindrical-coordinate representation of color #C951DF: hue angle of 290.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C951DF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 81 | 223 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.13 |
| HSL | 290.7º | 0.69% | 0.6% | - |
| HSV(B) | 290.7º | 0.64% | 0.87% | - |
| XYZ | 40.35 | 23.63 | 72.25 | - |
| YUV | 133.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 223 | 0.10 | 0.64 | 0 | 0.13 | 290.7 | 0.69 | 0.6 |
| Hex | C9 | 51 | DF | A | 40 | 0 | D | 123 | 45 | 3C |
| Octal | 311 | 121 | 337 | 12 | 100 | 0 | 15 | 443 | 105 | 74 |
| Binary | 11001001 | 1010001 | 11011111 | 1010 | 1000000 | 0 | 1101 | 100100011 | 1000101 | 111100 |
Color Harmonies of #C951DF
Complementary color
Monochromatic Colors of #C951DF
Black with #C951DF
Text Example
Text Example
White with #C951DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951DF; }
p { color: rgb(201,81,223); }
H1.HeaderClassName
{
color: #C951DF;
}
.AnyTagClassName
{
color: #C951DF;
}
</style>
background-color css
<style>
a { background-color: #C951DF; }
a { background-color: rgb(201,81,223); }
div.DivClassName
{
background-color: #C951DF;
}
.BgClassName
{
background-color: #C951DF;
}
</style>
border-color css
<style>
span { border-color: #C951DF; }
span { border-color: rgb(201,81,223); }
td.TdClassName
{
border-color: #C951DF;
}
.TagClassName
{
border-color: #C951DF;
}
</style>