Shades of Medium Orchid #C961ED
Tints of Medium Orchid #C961ED
RGB
CMYK
RGB Variations
Color information
#C961ED (or 0xC961ED) is known color: Medium Orchid. HEX triplet: C9, 61 and ED. RGB value is (201,97,237). Sum of RGB (Red+Green+Blue) = 201+97+237=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #C961ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961ED is #369E12. Grayscale: #8F8F8F. Windows color (decimal): -3579411 or 15557065. OLE color: 15557065.
HSL color Cylindrical-coordinate representation of color #C961ED: hue angle of 284.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C961ED is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 97 | 237 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.07 |
| HSL | 284.57º | 0.8% | 0.65% | - |
| HSV(B) | 284.57º | 0.59% | 0.93% | - |
| XYZ | 43.65 | 27.08 | 83.05 | - |
| YUV | 144.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 237 | 0.15 | 0.59 | 0 | 0.07 | 284.57 | 0.8 | 0.65 |
| Hex | C9 | 61 | ED | F | 3B | 0 | 7 | 11D | 50 | 41 |
| Octal | 311 | 141 | 355 | 17 | 73 | 0 | 7 | 435 | 120 | 101 |
| Binary | 11001001 | 1100001 | 11101101 | 1111 | 111011 | 0 | 111 | 100011101 | 1010000 | 1000001 |
Color Harmonies of #C961ED
Complementary color
Monochromatic Colors of #C961ED
Black with #C961ED
Text Example
Text Example
White with #C961ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961ED; }
p { color: rgb(201,97,237); }
H1.HeaderClassName
{
color: #C961ED;
}
.AnyTagClassName
{
color: #C961ED;
}
</style>
background-color css
<style>
a { background-color: #C961ED; }
a { background-color: rgb(201,97,237); }
div.DivClassName
{
background-color: #C961ED;
}
.BgClassName
{
background-color: #C961ED;
}
</style>
border-color css
<style>
span { border-color: #C961ED; }
span { border-color: rgb(201,97,237); }
td.TdClassName
{
border-color: #C961ED;
}
.TagClassName
{
border-color: #C961ED;
}
</style>