Shades of Medium Orchid #C94DF8
Tints of Medium Orchid #C94DF8
RGB
CMYK
RGB Variations
Color information
#C94DF8 (or 0xC94DF8) is known color: Medium Orchid. HEX triplet: C9, 4D and F8. RGB value is (201,77,248). Sum of RGB (Red+Green+Blue) = 201+77+248=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #C94DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DF8 is #36B207. Grayscale: #858585. Windows color (decimal): -3584520 or 16272841. OLE color: 16272841.
HSL color Cylindrical-coordinate representation of color #C94DF8: hue angle of 283.51º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94DF8 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 77 | 248 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.03 |
| HSL | 283.51º | 0.92% | 0.64% | - |
| HSV(B) | 283.51º | 0.69% | 0.97% | - |
| XYZ | 43.68 | 24.5 | 91.23 | - |
| YUV | 133.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 248 | 0.19 | 0.69 | 0 | 0.03 | 283.51 | 0.92 | 0.64 |
| Hex | C9 | 4D | F8 | 13 | 45 | 0 | 3 | 11C | 5C | 40 |
| Octal | 311 | 115 | 370 | 23 | 105 | 0 | 3 | 434 | 134 | 100 |
| Binary | 11001001 | 1001101 | 11111000 | 10011 | 1000101 | 0 | 11 | 100011100 | 1011100 | 1000000 |
Color Harmonies of #C94DF8
Complementary color
Monochromatic Colors of #C94DF8
Black with #C94DF8
Text Example
Text Example
White with #C94DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DF8; }
p { color: rgb(201,77,248); }
H1.HeaderClassName
{
color: #C94DF8;
}
.AnyTagClassName
{
color: #C94DF8;
}
</style>
background-color css
<style>
a { background-color: #C94DF8; }
a { background-color: rgb(201,77,248); }
div.DivClassName
{
background-color: #C94DF8;
}
.BgClassName
{
background-color: #C94DF8;
}
</style>
border-color css
<style>
span { border-color: #C94DF8; }
span { border-color: rgb(201,77,248); }
td.TdClassName
{
border-color: #C94DF8;
}
.TagClassName
{
border-color: #C94DF8;
}
</style>