Shades of Medium Orchid #C95ED1
Tints of Medium Orchid #C95ED1
RGB
CMYK
RGB Variations
Color information
#C95ED1 (or 0xC95ED1) is known color: Medium Orchid. HEX triplet: C9, 5E and D1. RGB value is (201,94,209). Sum of RGB (Red+Green+Blue) = 201+94+209=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #C95ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ED1 is #36A12E. Grayscale: #8A8A8A. Windows color (decimal): -3580207 or 13721289. OLE color: 13721289.
HSL color Cylindrical-coordinate representation of color #C95ED1: hue angle of 295.83º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95ED1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 94 | 209 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.18 |
| HSL | 295.83º | 0.56% | 0.59% | - |
| HSV(B) | 295.83º | 0.55% | 0.82% | - |
| XYZ | 39.6 | 25.03 | 63.07 | - |
| YUV | 139.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 209 | 0.04 | 0.55 | 0 | 0.18 | 295.83 | 0.56 | 0.59 |
| Hex | C9 | 5E | D1 | 4 | 37 | 0 | 12 | 128 | 38 | 3B |
| Octal | 311 | 136 | 321 | 4 | 67 | 0 | 22 | 450 | 70 | 73 |
| Binary | 11001001 | 1011110 | 11010001 | 100 | 110111 | 0 | 10010 | 100101000 | 111000 | 111011 |
Color Harmonies of #C95ED1
Complementary color
Monochromatic Colors of #C95ED1
Black with #C95ED1
Text Example
Text Example
White with #C95ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ED1; }
p { color: rgb(201,94,209); }
H1.HeaderClassName
{
color: #C95ED1;
}
.AnyTagClassName
{
color: #C95ED1;
}
</style>
background-color css
<style>
a { background-color: #C95ED1; }
a { background-color: rgb(201,94,209); }
div.DivClassName
{
background-color: #C95ED1;
}
.BgClassName
{
background-color: #C95ED1;
}
</style>
border-color css
<style>
span { border-color: #C95ED1; }
span { border-color: rgb(201,94,209); }
td.TdClassName
{
border-color: #C95ED1;
}
.TagClassName
{
border-color: #C95ED1;
}
</style>