Shades of Medium Orchid #C95EE3
Tints of Medium Orchid #C95EE3
RGB
CMYK
RGB Variations
Color information
#C95EE3 (or 0xC95EE3) is known color: Medium Orchid. HEX triplet: C9, 5E and E3. RGB value is (201,94,227). Sum of RGB (Red+Green+Blue) = 201+94+227=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #C95EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EE3 is #36A11C. Grayscale: #8C8C8C. Windows color (decimal): -3580189 or 14900937. OLE color: 14900937.
HSL color Cylindrical-coordinate representation of color #C95EE3: hue angle of 288.27º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95EE3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 94 | 227 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.11 |
| HSL | 288.27º | 0.7% | 0.63% | - |
| HSV(B) | 288.27º | 0.59% | 0.89% | - |
| XYZ | 41.96 | 25.97 | 75.47 | - |
| YUV | 141.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 227 | 0.11 | 0.59 | 0 | 0.11 | 288.27 | 0.7 | 0.63 |
| Hex | C9 | 5E | E3 | B | 3B | 0 | B | 120 | 46 | 3F |
| Octal | 311 | 136 | 343 | 13 | 73 | 0 | 13 | 440 | 106 | 77 |
| Binary | 11001001 | 1011110 | 11100011 | 1011 | 111011 | 0 | 1011 | 100100000 | 1000110 | 111111 |
Color Harmonies of #C95EE3
Complementary color
Monochromatic Colors of #C95EE3
Black with #C95EE3
Text Example
Text Example
White with #C95EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EE3; }
p { color: rgb(201,94,227); }
H1.HeaderClassName
{
color: #C95EE3;
}
.AnyTagClassName
{
color: #C95EE3;
}
</style>
background-color css
<style>
a { background-color: #C95EE3; }
a { background-color: rgb(201,94,227); }
div.DivClassName
{
background-color: #C95EE3;
}
.BgClassName
{
background-color: #C95EE3;
}
</style>
border-color css
<style>
span { border-color: #C95EE3; }
span { border-color: rgb(201,94,227); }
td.TdClassName
{
border-color: #C95EE3;
}
.TagClassName
{
border-color: #C95EE3;
}
</style>