Shades of Medium Orchid #C956E1
Tints of Medium Orchid #C956E1
RGB
CMYK
RGB Variations
Color information
#C956E1 (or 0xC956E1) is known color: Medium Orchid. HEX triplet: C9, 56 and E1. RGB value is (201,86,225). Sum of RGB (Red+Green+Blue) = 201+86+225=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #C956E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956E1 is #36A91E. Grayscale: #878787. Windows color (decimal): -3582239 or 14767817. OLE color: 14767817.
HSL color Cylindrical-coordinate representation of color #C956E1: hue angle of 289.64º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C956E1 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 86 | 225 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.12 |
| HSL | 289.64º | 0.7% | 0.61% | - |
| HSV(B) | 289.64º | 0.62% | 0.88% | - |
| XYZ | 41.01 | 24.51 | 73.8 | - |
| YUV | 136.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 225 | 0.11 | 0.62 | 0 | 0.12 | 289.64 | 0.7 | 0.61 |
| Hex | C9 | 56 | E1 | B | 3E | 0 | C | 122 | 46 | 3D |
| Octal | 311 | 126 | 341 | 13 | 76 | 0 | 14 | 442 | 106 | 75 |
| Binary | 11001001 | 1010110 | 11100001 | 1011 | 111110 | 0 | 1100 | 100100010 | 1000110 | 111101 |
Color Harmonies of #C956E1
Complementary color
Monochromatic Colors of #C956E1
Black with #C956E1
Text Example
Text Example
White with #C956E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956E1; }
p { color: rgb(201,86,225); }
H1.HeaderClassName
{
color: #C956E1;
}
.AnyTagClassName
{
color: #C956E1;
}
</style>
background-color css
<style>
a { background-color: #C956E1; }
a { background-color: rgb(201,86,225); }
div.DivClassName
{
background-color: #C956E1;
}
.BgClassName
{
background-color: #C956E1;
}
</style>
border-color css
<style>
span { border-color: #C956E1; }
span { border-color: rgb(201,86,225); }
td.TdClassName
{
border-color: #C956E1;
}
.TagClassName
{
border-color: #C956E1;
}
</style>