Shades of Medium Orchid #C151FE
Tints of Medium Orchid #C151FE
RGB
CMYK
RGB Variations
Color information
#C151FE (or 0xC151FE) is known color: Medium Orchid. HEX triplet: C1, 51 and FE. RGB value is (193,81,254). Sum of RGB (Red+Green+Blue) = 193+81+254=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C151FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151FE is #3EAE01. Grayscale: #858585. Windows color (decimal): -4107778 or 16667073. OLE color: 16667073.
HSL color Cylindrical-coordinate representation of color #C151FE: hue angle of 278.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C151FE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 81 | 254 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.00 |
| HSL | 278.84º | 0.99% | 0.66% | - |
| HSV(B) | 278.84º | 0.68% | 1% | - |
| XYZ | 42.82 | 24.38 | 96.21 | - |
| YUV | 134.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 254 | 0.24 | 0.68 | 0 | 0.00 | 278.84 | 0.99 | 0.66 |
| Hex | C1 | 51 | FE | 18 | 44 | 0 | 0 | 117 | 63 | 42 |
| Octal | 301 | 121 | 376 | 30 | 104 | 0 | 0 | 427 | 143 | 102 |
| Binary | 11000001 | 1010001 | 11111110 | 11000 | 1000100 | 0 | 0 | 100010111 | 1100011 | 1000010 |
Color Harmonies of #C151FE
Complementary color
Monochromatic Colors of #C151FE
Black with #C151FE
Text Example
Text Example
White with #C151FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151FE; }
p { color: rgb(193,81,254); }
H1.HeaderClassName
{
color: #C151FE;
}
.AnyTagClassName
{
color: #C151FE;
}
</style>
background-color css
<style>
a { background-color: #C151FE; }
a { background-color: rgb(193,81,254); }
div.DivClassName
{
background-color: #C151FE;
}
.BgClassName
{
background-color: #C151FE;
}
</style>
border-color css
<style>
span { border-color: #C151FE; }
span { border-color: rgb(193,81,254); }
td.TdClassName
{
border-color: #C151FE;
}
.TagClassName
{
border-color: #C151FE;
}
</style>