Shades of Medium Orchid #C957DF
Tints of Medium Orchid #C957DF
RGB
CMYK
RGB Variations
Color information
#C957DF (or 0xC957DF) is known color: Medium Orchid. HEX triplet: C9, 57 and DF. RGB value is (201,87,223). Sum of RGB (Red+Green+Blue) = 201+87+223=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #C957DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957DF is #36A820. Grayscale: #888888. Windows color (decimal): -3581985 or 14637001. OLE color: 14637001.
HSL color Cylindrical-coordinate representation of color #C957DF: hue angle of 290.29º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C957DF is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 87 | 223 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.13 |
| HSL | 290.29º | 0.68% | 0.61% | - |
| HSV(B) | 290.29º | 0.61% | 0.87% | - |
| XYZ | 40.81 | 24.56 | 72.4 | - |
| YUV | 136.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 223 | 0.10 | 0.61 | 0 | 0.13 | 290.29 | 0.68 | 0.61 |
| Hex | C9 | 57 | DF | A | 3D | 0 | D | 122 | 44 | 3D |
| Octal | 311 | 127 | 337 | 12 | 75 | 0 | 15 | 442 | 104 | 75 |
| Binary | 11001001 | 1010111 | 11011111 | 1010 | 111101 | 0 | 1101 | 100100010 | 1000100 | 111101 |
Color Harmonies of #C957DF
Complementary color
Monochromatic Colors of #C957DF
Black with #C957DF
Text Example
Text Example
White with #C957DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957DF; }
p { color: rgb(201,87,223); }
H1.HeaderClassName
{
color: #C957DF;
}
.AnyTagClassName
{
color: #C957DF;
}
</style>
background-color css
<style>
a { background-color: #C957DF; }
a { background-color: rgb(201,87,223); }
div.DivClassName
{
background-color: #C957DF;
}
.BgClassName
{
background-color: #C957DF;
}
</style>
border-color css
<style>
span { border-color: #C957DF; }
span { border-color: rgb(201,87,223); }
td.TdClassName
{
border-color: #C957DF;
}
.TagClassName
{
border-color: #C957DF;
}
</style>