Shades of Medium Orchid #C150F8
Tints of Medium Orchid #C150F8
RGB
CMYK
RGB Variations
Color information
#C150F8 (or 0xC150F8) is known color: Medium Orchid. HEX triplet: C1, 50 and F8. RGB value is (193,80,248). Sum of RGB (Red+Green+Blue) = 193+80+248=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #C150F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150F8 is #3EAF07. Grayscale: #848484. Windows color (decimal): -4108040 or 16273601. OLE color: 16273601.
HSL color Cylindrical-coordinate representation of color #C150F8: hue angle of 280.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C150F8 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 80 | 248 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.03 |
| HSL | 280.36º | 0.92% | 0.64% | - |
| HSV(B) | 280.36º | 0.68% | 0.97% | - |
| XYZ | 41.8 | 23.85 | 91.21 | - |
| YUV | 132.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 248 | 0.22 | 0.68 | 0 | 0.03 | 280.36 | 0.92 | 0.64 |
| Hex | C1 | 50 | F8 | 16 | 44 | 0 | 3 | 118 | 5C | 40 |
| Octal | 301 | 120 | 370 | 26 | 104 | 0 | 3 | 430 | 134 | 100 |
| Binary | 11000001 | 1010000 | 11111000 | 10110 | 1000100 | 0 | 11 | 100011000 | 1011100 | 1000000 |
Color Harmonies of #C150F8
Complementary color
Monochromatic Colors of #C150F8
Black with #C150F8
Text Example
Text Example
White with #C150F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150F8; }
p { color: rgb(193,80,248); }
H1.HeaderClassName
{
color: #C150F8;
}
.AnyTagClassName
{
color: #C150F8;
}
</style>
background-color css
<style>
a { background-color: #C150F8; }
a { background-color: rgb(193,80,248); }
div.DivClassName
{
background-color: #C150F8;
}
.BgClassName
{
background-color: #C150F8;
}
</style>
border-color css
<style>
span { border-color: #C150F8; }
span { border-color: rgb(193,80,248); }
td.TdClassName
{
border-color: #C150F8;
}
.TagClassName
{
border-color: #C150F8;
}
</style>