Shades of Medium Orchid #C95EEA
Tints of Medium Orchid #C95EEA
RGB
CMYK
RGB Variations
Color information
#C95EEA (or 0xC95EEA) is known color: Medium Orchid. HEX triplet: C9, 5E and EA. RGB value is (201,94,234). Sum of RGB (Red+Green+Blue) = 201+94+234=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C95EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EEA is #36A115. Grayscale: #8D8D8D. Windows color (decimal): -3580182 or 15359689. OLE color: 15359689.
HSL color Cylindrical-coordinate representation of color #C95EEA: hue angle of 285.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95EEA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 94 | 234 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.08 |
| HSL | 285.86º | 0.77% | 0.64% | - |
| HSV(B) | 285.86º | 0.6% | 0.92% | - |
| XYZ | 42.94 | 26.36 | 80.67 | - |
| YUV | 141.95 | 179.95 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 234 | 0.14 | 0.60 | 0 | 0.08 | 285.86 | 0.77 | 0.64 |
| Hex | C9 | 5E | EA | E | 3C | 0 | 8 | 11E | 4D | 40 |
| Octal | 311 | 136 | 352 | 16 | 74 | 0 | 10 | 436 | 115 | 100 |
| Binary | 11001001 | 1011110 | 11101010 | 1110 | 111100 | 0 | 1000 | 100011110 | 1001101 | 1000000 |
Color Harmonies of #C95EEA
Complementary color
Monochromatic Colors of #C95EEA
Black with #C95EEA
Text Example
Text Example
White with #C95EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EEA; }
p { color: rgb(201,94,234); }
H1.HeaderClassName
{
color: #C95EEA;
}
.AnyTagClassName
{
color: #C95EEA;
}
</style>
background-color css
<style>
a { background-color: #C95EEA; }
a { background-color: rgb(201,94,234); }
div.DivClassName
{
background-color: #C95EEA;
}
.BgClassName
{
background-color: #C95EEA;
}
</style>
border-color css
<style>
span { border-color: #C95EEA; }
span { border-color: rgb(201,94,234); }
td.TdClassName
{
border-color: #C95EEA;
}
.TagClassName
{
border-color: #C95EEA;
}
</style>