Shades of Medium Orchid #C94CF8
Tints of Medium Orchid #C94CF8
RGB
CMYK
RGB Variations
Color information
#C94CF8 (or 0xC94CF8) is known color: Medium Orchid. HEX triplet: C9, 4C and F8. RGB value is (201,76,248). Sum of RGB (Red+Green+Blue) = 201+76+248=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #C94CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CF8 is #36B307. Grayscale: #848484. Windows color (decimal): -3584776 or 16272585. OLE color: 16272585.
HSL color Cylindrical-coordinate representation of color #C94CF8: hue angle of 283.6º 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 #C94CF8 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 76 | 248 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.03 |
| HSL | 283.6º | 0.92% | 0.64% | - |
| HSV(B) | 283.6º | 0.69% | 0.97% | - |
| XYZ | 43.62 | 24.36 | 91.21 | - |
| YUV | 132.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 248 | 0.19 | 0.69 | 0 | 0.03 | 283.6 | 0.92 | 0.64 |
| Hex | C9 | 4C | F8 | 13 | 45 | 0 | 3 | 11C | 5C | 40 |
| Octal | 311 | 114 | 370 | 23 | 105 | 0 | 3 | 434 | 134 | 100 |
| Binary | 11001001 | 1001100 | 11111000 | 10011 | 1000101 | 0 | 11 | 100011100 | 1011100 | 1000000 |
Color Harmonies of #C94CF8
Complementary color
Monochromatic Colors of #C94CF8
Black with #C94CF8
Text Example
Text Example
White with #C94CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CF8; }
p { color: rgb(201,76,248); }
H1.HeaderClassName
{
color: #C94CF8;
}
.AnyTagClassName
{
color: #C94CF8;
}
</style>
background-color css
<style>
a { background-color: #C94CF8; }
a { background-color: rgb(201,76,248); }
div.DivClassName
{
background-color: #C94CF8;
}
.BgClassName
{
background-color: #C94CF8;
}
</style>
border-color css
<style>
span { border-color: #C94CF8; }
span { border-color: rgb(201,76,248); }
td.TdClassName
{
border-color: #C94CF8;
}
.TagClassName
{
border-color: #C94CF8;
}
</style>