Shades of Medium Orchid #C95BE0
Tints of Medium Orchid #C95BE0
RGB
CMYK
RGB Variations
Color information
#C95BE0 (or 0xC95BE0) is known color: Medium Orchid. HEX triplet: C9, 5B and E0. RGB value is (201,91,224). Sum of RGB (Red+Green+Blue) = 201+91+224=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #C95BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BE0 is #36A41F. Grayscale: #8A8A8A. Windows color (decimal): -3580960 or 14703561. OLE color: 14703561.
HSL color Cylindrical-coordinate representation of color #C95BE0: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95BE0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 91 | 224 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.12 |
| HSL | 289.62º | 0.68% | 0.62% | - |
| HSV(B) | 289.62º | 0.59% | 0.88% | - |
| XYZ | 41.28 | 25.28 | 73.22 | - |
| YUV | 139.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 224 | 0.10 | 0.59 | 0 | 0.12 | 289.62 | 0.68 | 0.62 |
| Hex | C9 | 5B | E0 | A | 3B | 0 | C | 122 | 44 | 3E |
| Octal | 311 | 133 | 340 | 12 | 73 | 0 | 14 | 442 | 104 | 76 |
| Binary | 11001001 | 1011011 | 11100000 | 1010 | 111011 | 0 | 1100 | 100100010 | 1000100 | 111110 |
Color Harmonies of #C95BE0
Complementary color
Monochromatic Colors of #C95BE0
Black with #C95BE0
Text Example
Text Example
White with #C95BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BE0; }
p { color: rgb(201,91,224); }
H1.HeaderClassName
{
color: #C95BE0;
}
.AnyTagClassName
{
color: #C95BE0;
}
</style>
background-color css
<style>
a { background-color: #C95BE0; }
a { background-color: rgb(201,91,224); }
div.DivClassName
{
background-color: #C95BE0;
}
.BgClassName
{
background-color: #C95BE0;
}
</style>
border-color css
<style>
span { border-color: #C95BE0; }
span { border-color: rgb(201,91,224); }
td.TdClassName
{
border-color: #C95BE0;
}
.TagClassName
{
border-color: #C95BE0;
}
</style>