Shades of Medium Orchid #C95FED
Tints of Medium Orchid #C95FED
RGB
CMYK
RGB Variations
Color information
#C95FED (or 0xC95FED) is known color: Medium Orchid. HEX triplet: C9, 5F and ED. RGB value is (201,95,237). Sum of RGB (Red+Green+Blue) = 201+95+237=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FED is #36A012. Grayscale: #8E8E8E. Windows color (decimal): -3579923 or 15556553. OLE color: 15556553.
HSL color Cylindrical-coordinate representation of color #C95FED: hue angle of 284.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95FED is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 95 | 237 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.07 |
| HSL | 284.79º | 0.8% | 0.65% | - |
| HSV(B) | 284.79º | 0.6% | 0.93% | - |
| XYZ | 43.47 | 26.72 | 82.99 | - |
| YUV | 142.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 237 | 0.15 | 0.60 | 0 | 0.07 | 284.79 | 0.8 | 0.65 |
| Hex | C9 | 5F | ED | F | 3C | 0 | 7 | 11D | 50 | 41 |
| Octal | 311 | 137 | 355 | 17 | 74 | 0 | 7 | 435 | 120 | 101 |
| Binary | 11001001 | 1011111 | 11101101 | 1111 | 111100 | 0 | 111 | 100011101 | 1010000 | 1000001 |
Color Harmonies of #C95FED
Complementary color
Monochromatic Colors of #C95FED
Black with #C95FED
Text Example
Text Example
White with #C95FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FED; }
p { color: rgb(201,95,237); }
H1.HeaderClassName
{
color: #C95FED;
}
.AnyTagClassName
{
color: #C95FED;
}
</style>
background-color css
<style>
a { background-color: #C95FED; }
a { background-color: rgb(201,95,237); }
div.DivClassName
{
background-color: #C95FED;
}
.BgClassName
{
background-color: #C95FED;
}
</style>
border-color css
<style>
span { border-color: #C95FED; }
span { border-color: rgb(201,95,237); }
td.TdClassName
{
border-color: #C95FED;
}
.TagClassName
{
border-color: #C95FED;
}
</style>