Shades of Medium Orchid #C957E7
Tints of Medium Orchid #C957E7
RGB
CMYK
RGB Variations
Color information
#C957E7 (or 0xC957E7) is known color: Medium Orchid. HEX triplet: C9, 57 and E7. RGB value is (201,87,231). Sum of RGB (Red+Green+Blue) = 201+87+231=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #C957E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957E7 is #36A818. Grayscale: #898989. Windows color (decimal): -3581977 or 15161289. OLE color: 15161289.
HSL color Cylindrical-coordinate representation of color #C957E7: hue angle of 287.5º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C957E7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 87 | 231 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.09 |
| HSL | 287.5º | 0.75% | 0.62% | - |
| HSV(B) | 287.5º | 0.62% | 0.91% | - |
| XYZ | 41.92 | 25 | 78.22 | - |
| YUV | 137.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 231 | 0.13 | 0.62 | 0 | 0.09 | 287.5 | 0.75 | 0.62 |
| Hex | C9 | 57 | E7 | D | 3E | 0 | 9 | 120 | 4B | 3E |
| Octal | 311 | 127 | 347 | 15 | 76 | 0 | 11 | 440 | 113 | 76 |
| Binary | 11001001 | 1010111 | 11100111 | 1101 | 111110 | 0 | 1001 | 100100000 | 1001011 | 111110 |
Color Harmonies of #C957E7
Complementary color
Monochromatic Colors of #C957E7
Black with #C957E7
Text Example
Text Example
White with #C957E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957E7; }
p { color: rgb(201,87,231); }
H1.HeaderClassName
{
color: #C957E7;
}
.AnyTagClassName
{
color: #C957E7;
}
</style>
background-color css
<style>
a { background-color: #C957E7; }
a { background-color: rgb(201,87,231); }
div.DivClassName
{
background-color: #C957E7;
}
.BgClassName
{
background-color: #C957E7;
}
</style>
border-color css
<style>
span { border-color: #C957E7; }
span { border-color: rgb(201,87,231); }
td.TdClassName
{
border-color: #C957E7;
}
.TagClassName
{
border-color: #C957E7;
}
</style>