Shades of Medium Orchid #C95BE5
Tints of Medium Orchid #C95BE5
RGB
CMYK
RGB Variations
Color information
#C95BE5 (or 0xC95BE5) is known color: Medium Orchid. HEX triplet: C9, 5B and E5. RGB value is (201,91,229). Sum of RGB (Red+Green+Blue) = 201+91+229=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #C95BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BE5 is #36A41A. Grayscale: #8B8B8B. Windows color (decimal): -3580955 or 15031241. OLE color: 15031241.
HSL color Cylindrical-coordinate representation of color #C95BE5: hue angle of 287.83º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95BE5 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 91 | 229 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.10 |
| HSL | 287.83º | 0.73% | 0.63% | - |
| HSV(B) | 287.83º | 0.6% | 0.9% | - |
| XYZ | 41.97 | 25.56 | 76.85 | - |
| YUV | 139.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 229 | 0.12 | 0.60 | 0 | 0.10 | 287.83 | 0.73 | 0.63 |
| Hex | C9 | 5B | E5 | C | 3C | 0 | A | 120 | 49 | 3F |
| Octal | 311 | 133 | 345 | 14 | 74 | 0 | 12 | 440 | 111 | 77 |
| Binary | 11001001 | 1011011 | 11100101 | 1100 | 111100 | 0 | 1010 | 100100000 | 1001001 | 111111 |
Color Harmonies of #C95BE5
Complementary color
Monochromatic Colors of #C95BE5
Black with #C95BE5
Text Example
Text Example
White with #C95BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BE5; }
p { color: rgb(201,91,229); }
H1.HeaderClassName
{
color: #C95BE5;
}
.AnyTagClassName
{
color: #C95BE5;
}
</style>
background-color css
<style>
a { background-color: #C95BE5; }
a { background-color: rgb(201,91,229); }
div.DivClassName
{
background-color: #C95BE5;
}
.BgClassName
{
background-color: #C95BE5;
}
</style>
border-color css
<style>
span { border-color: #C95BE5; }
span { border-color: rgb(201,91,229); }
td.TdClassName
{
border-color: #C95BE5;
}
.TagClassName
{
border-color: #C95BE5;
}
</style>