Shades of Medium Orchid #C94CF5
Tints of Medium Orchid #C94CF5
RGB
CMYK
RGB Variations
Color information
#C94CF5 (or 0xC94CF5) is known color: Medium Orchid. HEX triplet: C9, 4C and F5. RGB value is (201,76,245). Sum of RGB (Red+Green+Blue) = 201+76+245=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #C94CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CF5 is #36B30A. Grayscale: #848484. Windows color (decimal): -3584779 or 16075977. OLE color: 16075977.
HSL color Cylindrical-coordinate representation of color #C94CF5: hue angle of 284.38º degrees, saturation: 0.89, 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 #C94CF5 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 76 | 245 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.04 |
| HSL | 284.38º | 0.89% | 0.63% | - |
| HSV(B) | 284.38º | 0.69% | 0.96% | - |
| XYZ | 43.15 | 24.18 | 88.78 | - |
| YUV | 132.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 245 | 0.18 | 0.69 | 0 | 0.04 | 284.38 | 0.89 | 0.63 |
| Hex | C9 | 4C | F5 | 12 | 45 | 0 | 4 | 11C | 59 | 3F |
| Octal | 311 | 114 | 365 | 22 | 105 | 0 | 4 | 434 | 131 | 77 |
| Binary | 11001001 | 1001100 | 11110101 | 10010 | 1000101 | 0 | 100 | 100011100 | 1011001 | 111111 |
Color Harmonies of #C94CF5
Complementary color
Monochromatic Colors of #C94CF5
Black with #C94CF5
Text Example
Text Example
White with #C94CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CF5; }
p { color: rgb(201,76,245); }
H1.HeaderClassName
{
color: #C94CF5;
}
.AnyTagClassName
{
color: #C94CF5;
}
</style>
background-color css
<style>
a { background-color: #C94CF5; }
a { background-color: rgb(201,76,245); }
div.DivClassName
{
background-color: #C94CF5;
}
.BgClassName
{
background-color: #C94CF5;
}
</style>
border-color css
<style>
span { border-color: #C94CF5; }
span { border-color: rgb(201,76,245); }
td.TdClassName
{
border-color: #C94CF5;
}
.TagClassName
{
border-color: #C94CF5;
}
</style>