Shades of Medium Orchid #C95DE0
Tints of Medium Orchid #C95DE0
RGB
CMYK
RGB Variations
Color information
#C95DE0 (or 0xC95DE0) is known color: Medium Orchid. HEX triplet: C9, 5D and E0. RGB value is (201,93,224). Sum of RGB (Red+Green+Blue) = 201+93+224=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #C95DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DE0 is #36A21F. Grayscale: #8B8B8B. Windows color (decimal): -3580448 or 14704073. OLE color: 14704073.
HSL color Cylindrical-coordinate representation of color #C95DE0: hue angle of 289.47º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95DE0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 93 | 224 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.12 |
| HSL | 289.47º | 0.68% | 0.62% | - |
| HSV(B) | 289.47º | 0.58% | 0.88% | - |
| XYZ | 41.46 | 25.63 | 73.28 | - |
| YUV | 140.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 224 | 0.10 | 0.58 | 0 | 0.12 | 289.47 | 0.68 | 0.62 |
| Hex | C9 | 5D | E0 | A | 3A | 0 | C | 121 | 44 | 3E |
| Octal | 311 | 135 | 340 | 12 | 72 | 0 | 14 | 441 | 104 | 76 |
| Binary | 11001001 | 1011101 | 11100000 | 1010 | 111010 | 0 | 1100 | 100100001 | 1000100 | 111110 |
Color Harmonies of #C95DE0
Complementary color
Monochromatic Colors of #C95DE0
Black with #C95DE0
Text Example
Text Example
White with #C95DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DE0; }
p { color: rgb(201,93,224); }
H1.HeaderClassName
{
color: #C95DE0;
}
.AnyTagClassName
{
color: #C95DE0;
}
</style>
background-color css
<style>
a { background-color: #C95DE0; }
a { background-color: rgb(201,93,224); }
div.DivClassName
{
background-color: #C95DE0;
}
.BgClassName
{
background-color: #C95DE0;
}
</style>
border-color css
<style>
span { border-color: #C95DE0; }
span { border-color: rgb(201,93,224); }
td.TdClassName
{
border-color: #C95DE0;
}
.TagClassName
{
border-color: #C95DE0;
}
</style>