Shades of Medium Orchid #C151FA
Tints of Medium Orchid #C151FA
RGB
CMYK
RGB Variations
Color information
#C151FA (or 0xC151FA) is known color: Medium Orchid. HEX triplet: C1, 51 and FA. RGB value is (193,81,250). Sum of RGB (Red+Green+Blue) = 193+81+250=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C151FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151FA is #3EAE05. Grayscale: #858585. Windows color (decimal): -4107782 or 16404929. OLE color: 16404929.
HSL color Cylindrical-coordinate representation of color #C151FA: hue angle of 279.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C151FA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 81 | 250 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.02 |
| HSL | 279.76º | 0.94% | 0.65% | - |
| HSV(B) | 279.76º | 0.68% | 0.98% | - |
| XYZ | 42.19 | 24.12 | 92.88 | - |
| YUV | 133.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 250 | 0.23 | 0.68 | 0 | 0.02 | 279.76 | 0.94 | 0.65 |
| Hex | C1 | 51 | FA | 17 | 44 | 0 | 2 | 118 | 5E | 41 |
| Octal | 301 | 121 | 372 | 27 | 104 | 0 | 2 | 430 | 136 | 101 |
| Binary | 11000001 | 1010001 | 11111010 | 10111 | 1000100 | 0 | 10 | 100011000 | 1011110 | 1000001 |
Color Harmonies of #C151FA
Complementary color
Monochromatic Colors of #C151FA
Black with #C151FA
Text Example
Text Example
White with #C151FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151FA; }
p { color: rgb(193,81,250); }
H1.HeaderClassName
{
color: #C151FA;
}
.AnyTagClassName
{
color: #C151FA;
}
</style>
background-color css
<style>
a { background-color: #C151FA; }
a { background-color: rgb(193,81,250); }
div.DivClassName
{
background-color: #C151FA;
}
.BgClassName
{
background-color: #C151FA;
}
</style>
border-color css
<style>
span { border-color: #C151FA; }
span { border-color: rgb(193,81,250); }
td.TdClassName
{
border-color: #C151FA;
}
.TagClassName
{
border-color: #C151FA;
}
</style>