Shades of Medium Orchid #C95EEB
Tints of Medium Orchid #C95EEB
RGB
CMYK
RGB Variations
Color information
#C95EEB (or 0xC95EEB) is known color: Medium Orchid. HEX triplet: C9, 5E and EB. RGB value is (201,94,235). Sum of RGB (Red+Green+Blue) = 201+94+235=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C95EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EEB is #36A114. Grayscale: #8D8D8D. Windows color (decimal): -3580181 or 15425225. OLE color: 15425225.
HSL color Cylindrical-coordinate representation of color #C95EEB: hue angle of 285.53º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95EEB is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 94 | 235 | - |
| CMYK | 0.14 | 0.6 | 0 | 0.08 |
| HSL | 285.53º | 0.78% | 0.65% | - |
| HSV(B) | 285.53º | 0.6% | 0.92% | - |
| XYZ | 43.09 | 26.42 | 81.43 | - |
| YUV | 142.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 235 | 0.14 | 0.6 | 0 | 0.08 | 285.53 | 0.78 | 0.65 |
| Hex | C9 | 5E | EB | E | 3C | 0 | 8 | 11E | 4E | 41 |
| Octal | 311 | 136 | 353 | 16 | 74 | 0 | 10 | 436 | 116 | 101 |
| Binary | 11001001 | 1011110 | 11101011 | 1110 | 111100 | 0 | 1000 | 100011110 | 1001110 | 1000001 |
Color Harmonies of #C95EEB
Complementary color
Monochromatic Colors of #C95EEB
Black with #C95EEB
Text Example
Text Example
White with #C95EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EEB; }
p { color: rgb(201,94,235); }
H1.HeaderClassName
{
color: #C95EEB;
}
.AnyTagClassName
{
color: #C95EEB;
}
</style>
background-color css
<style>
a { background-color: #C95EEB; }
a { background-color: rgb(201,94,235); }
div.DivClassName
{
background-color: #C95EEB;
}
.BgClassName
{
background-color: #C95EEB;
}
</style>
border-color css
<style>
span { border-color: #C95EEB; }
span { border-color: rgb(201,94,235); }
td.TdClassName
{
border-color: #C95EEB;
}
.TagClassName
{
border-color: #C95EEB;
}
</style>