Shades of Medium Orchid #C957DD
Tints of Medium Orchid #C957DD
RGB
CMYK
RGB Variations
Color information
#C957DD (or 0xC957DD) is known color: Medium Orchid. HEX triplet: C9, 57 and DD. RGB value is (201,87,221). Sum of RGB (Red+Green+Blue) = 201+87+221=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C957DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957DD is #36A822. Grayscale: #878787. Windows color (decimal): -3581987 or 14505929. OLE color: 14505929.
HSL color Cylindrical-coordinate representation of color #C957DD: hue angle of 291.04º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C957DD is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 87 | 221 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.04º | 0.66% | 0.6% | - |
| HSV(B) | 291.04º | 0.61% | 0.87% | - |
| XYZ | 40.55 | 24.45 | 70.99 | - |
| YUV | 136.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 221 | 0.09 | 0.61 | 0 | 0.13 | 291.04 | 0.66 | 0.6 |
| Hex | C9 | 57 | DD | 9 | 3D | 0 | D | 123 | 42 | 3C |
| Octal | 311 | 127 | 335 | 11 | 75 | 0 | 15 | 443 | 102 | 74 |
| Binary | 11001001 | 1010111 | 11011101 | 1001 | 111101 | 0 | 1101 | 100100011 | 1000010 | 111100 |
Color Harmonies of #C957DD
Complementary color
Monochromatic Colors of #C957DD
Black with #C957DD
Text Example
Text Example
White with #C957DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957DD; }
p { color: rgb(201,87,221); }
H1.HeaderClassName
{
color: #C957DD;
}
.AnyTagClassName
{
color: #C957DD;
}
</style>
background-color css
<style>
a { background-color: #C957DD; }
a { background-color: rgb(201,87,221); }
div.DivClassName
{
background-color: #C957DD;
}
.BgClassName
{
background-color: #C957DD;
}
</style>
border-color css
<style>
span { border-color: #C957DD; }
span { border-color: rgb(201,87,221); }
td.TdClassName
{
border-color: #C957DD;
}
.TagClassName
{
border-color: #C957DD;
}
</style>