Shades of Medium Orchid #C94DF6
Tints of Medium Orchid #C94DF6
RGB
CMYK
RGB Variations
Color information
#C94DF6 (or 0xC94DF6) is known color: Medium Orchid. HEX triplet: C9, 4D and F6. RGB value is (201,77,246). Sum of RGB (Red+Green+Blue) = 201+77+246=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #C94DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DF6 is #36B209. Grayscale: #848484. Windows color (decimal): -3584522 or 16141769. OLE color: 16141769.
HSL color Cylindrical-coordinate representation of color #C94DF6: hue angle of 284.02º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94DF6 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 77 | 246 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.04 |
| HSL | 284.02º | 0.9% | 0.63% | - |
| HSV(B) | 284.02º | 0.69% | 0.96% | - |
| XYZ | 43.38 | 24.38 | 89.61 | - |
| YUV | 133.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 246 | 0.18 | 0.69 | 0 | 0.04 | 284.02 | 0.9 | 0.63 |
| Hex | C9 | 4D | F6 | 12 | 45 | 0 | 4 | 11C | 5A | 3F |
| Octal | 311 | 115 | 366 | 22 | 105 | 0 | 4 | 434 | 132 | 77 |
| Binary | 11001001 | 1001101 | 11110110 | 10010 | 1000101 | 0 | 100 | 100011100 | 1011010 | 111111 |
Color Harmonies of #C94DF6
Complementary color
Monochromatic Colors of #C94DF6
Black with #C94DF6
Text Example
Text Example
White with #C94DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DF6; }
p { color: rgb(201,77,246); }
H1.HeaderClassName
{
color: #C94DF6;
}
.AnyTagClassName
{
color: #C94DF6;
}
</style>
background-color css
<style>
a { background-color: #C94DF6; }
a { background-color: rgb(201,77,246); }
div.DivClassName
{
background-color: #C94DF6;
}
.BgClassName
{
background-color: #C94DF6;
}
</style>
border-color css
<style>
span { border-color: #C94DF6; }
span { border-color: rgb(201,77,246); }
td.TdClassName
{
border-color: #C94DF6;
}
.TagClassName
{
border-color: #C94DF6;
}
</style>