Shades of Medium Orchid #C150FE
Tints of Medium Orchid #C150FE
RGB
CMYK
RGB Variations
Color information
#C150FE (or 0xC150FE) is known color: Medium Orchid. HEX triplet: C1, 50 and FE. RGB value is (193,80,254). Sum of RGB (Red+Green+Blue) = 193+80+254=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C150FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150FE is #3EAF01. Grayscale: #858585. Windows color (decimal): -4108034 or 16666817. OLE color: 16666817.
HSL color Cylindrical-coordinate representation of color #C150FE: hue angle of 278.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C150FE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 80 | 254 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.00 |
| HSL | 278.97º | 0.99% | 0.65% | - |
| HSV(B) | 278.97º | 0.69% | 1% | - |
| XYZ | 42.75 | 24.23 | 96.19 | - |
| YUV | 133.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 254 | 0.24 | 0.69 | 0 | 0.00 | 278.97 | 0.99 | 0.65 |
| Hex | C1 | 50 | FE | 18 | 45 | 0 | 0 | 117 | 63 | 41 |
| Octal | 301 | 120 | 376 | 30 | 105 | 0 | 0 | 427 | 143 | 101 |
| Binary | 11000001 | 1010000 | 11111110 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #C150FE
Complementary color
Monochromatic Colors of #C150FE
Black with #C150FE
Text Example
Text Example
White with #C150FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150FE; }
p { color: rgb(193,80,254); }
H1.HeaderClassName
{
color: #C150FE;
}
.AnyTagClassName
{
color: #C150FE;
}
</style>
background-color css
<style>
a { background-color: #C150FE; }
a { background-color: rgb(193,80,254); }
div.DivClassName
{
background-color: #C150FE;
}
.BgClassName
{
background-color: #C150FE;
}
</style>
border-color css
<style>
span { border-color: #C150FE; }
span { border-color: rgb(193,80,254); }
td.TdClassName
{
border-color: #C150FE;
}
.TagClassName
{
border-color: #C150FE;
}
</style>