Shades of Medium Orchid #C95ED9
Tints of Medium Orchid #C95ED9
RGB
CMYK
RGB Variations
Color information
#C95ED9 (or 0xC95ED9) is known color: Medium Orchid. HEX triplet: C9, 5E and D9. RGB value is (201,94,217). Sum of RGB (Red+Green+Blue) = 201+94+217=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #C95ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ED9 is #36A126. Grayscale: #8B8B8B. Windows color (decimal): -3580199 or 14245577. OLE color: 14245577.
HSL color Cylindrical-coordinate representation of color #C95ED9: hue angle of 292.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95ED9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 94 | 217 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.15 |
| HSL | 292.2º | 0.62% | 0.61% | - |
| HSV(B) | 292.2º | 0.57% | 0.85% | - |
| XYZ | 40.61 | 25.43 | 68.41 | - |
| YUV | 140.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 217 | 0.07 | 0.57 | 0 | 0.15 | 292.2 | 0.62 | 0.61 |
| Hex | C9 | 5E | D9 | 7 | 39 | 0 | F | 124 | 3E | 3D |
| Octal | 311 | 136 | 331 | 7 | 71 | 0 | 17 | 444 | 76 | 75 |
| Binary | 11001001 | 1011110 | 11011001 | 111 | 111001 | 0 | 1111 | 100100100 | 111110 | 111101 |
Color Harmonies of #C95ED9
Complementary color
Monochromatic Colors of #C95ED9
Black with #C95ED9
Text Example
Text Example
White with #C95ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ED9; }
p { color: rgb(201,94,217); }
H1.HeaderClassName
{
color: #C95ED9;
}
.AnyTagClassName
{
color: #C95ED9;
}
</style>
background-color css
<style>
a { background-color: #C95ED9; }
a { background-color: rgb(201,94,217); }
div.DivClassName
{
background-color: #C95ED9;
}
.BgClassName
{
background-color: #C95ED9;
}
</style>
border-color css
<style>
span { border-color: #C95ED9; }
span { border-color: rgb(201,94,217); }
td.TdClassName
{
border-color: #C95ED9;
}
.TagClassName
{
border-color: #C95ED9;
}
</style>