Shades of Medium Orchid #C94FED
Tints of Medium Orchid #C94FED
RGB
CMYK
RGB Variations
Color information
#C94FED (or 0xC94FED) is known color: Medium Orchid. HEX triplet: C9, 4F and ED. RGB value is (201,79,237). Sum of RGB (Red+Green+Blue) = 201+79+237=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #C94FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FED is #36B012. Grayscale: #848484. Windows color (decimal): -3584019 or 15552457. OLE color: 15552457.
HSL color Cylindrical-coordinate representation of color #C94FED: hue angle of 286.33º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94FED is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 79 | 237 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.33º | 0.81% | 0.62% | - |
| HSV(B) | 286.33º | 0.67% | 0.93% | - |
| XYZ | 42.17 | 24.12 | 82.55 | - |
| YUV | 133.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 237 | 0.15 | 0.67 | 0 | 0.07 | 286.33 | 0.81 | 0.62 |
| Hex | C9 | 4F | ED | F | 43 | 0 | 7 | 11E | 51 | 3E |
| Octal | 311 | 117 | 355 | 17 | 103 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11001001 | 1001111 | 11101101 | 1111 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C94FED
Complementary color
Monochromatic Colors of #C94FED
Black with #C94FED
Text Example
Text Example
White with #C94FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FED; }
p { color: rgb(201,79,237); }
H1.HeaderClassName
{
color: #C94FED;
}
.AnyTagClassName
{
color: #C94FED;
}
</style>
background-color css
<style>
a { background-color: #C94FED; }
a { background-color: rgb(201,79,237); }
div.DivClassName
{
background-color: #C94FED;
}
.BgClassName
{
background-color: #C94FED;
}
</style>
border-color css
<style>
span { border-color: #C94FED; }
span { border-color: rgb(201,79,237); }
td.TdClassName
{
border-color: #C94FED;
}
.TagClassName
{
border-color: #C94FED;
}
</style>