Shades of Medium Orchid #C150D0
Tints of Medium Orchid #C150D0
RGB
CMYK
RGB Variations
Color information
#C150D0 (or 0xC150D0) is known color: Medium Orchid. HEX triplet: C1, 50 and D0. RGB value is (193,80,208). Sum of RGB (Red+Green+Blue) = 193+80+208=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #C150D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150D0 is #3EAF2F. Grayscale: #7F7F7F. Windows color (decimal): -4108080 or 13652161. OLE color: 13652161.
HSL color Cylindrical-coordinate representation of color #C150D0: hue angle of 292.97º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C150D0 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 80 | 208 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.18 |
| HSL | 292.97º | 0.58% | 0.56% | - |
| HSV(B) | 292.97º | 0.62% | 0.82% | - |
| XYZ | 36.25 | 21.63 | 61.94 | - |
| YUV | 128.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 208 | 0.07 | 0.62 | 0 | 0.18 | 292.97 | 0.58 | 0.56 |
| Hex | C1 | 50 | D0 | 7 | 3E | 0 | 12 | 125 | 3A | 38 |
| Octal | 301 | 120 | 320 | 7 | 76 | 0 | 22 | 445 | 72 | 70 |
| Binary | 11000001 | 1010000 | 11010000 | 111 | 111110 | 0 | 10010 | 100100101 | 111010 | 111000 |
Color Harmonies of #C150D0
Complementary color
Monochromatic Colors of #C150D0
Black with #C150D0
Text Example
Text Example
White with #C150D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150D0; }
p { color: rgb(193,80,208); }
H1.HeaderClassName
{
color: #C150D0;
}
.AnyTagClassName
{
color: #C150D0;
}
</style>
background-color css
<style>
a { background-color: #C150D0; }
a { background-color: rgb(193,80,208); }
div.DivClassName
{
background-color: #C150D0;
}
.BgClassName
{
background-color: #C150D0;
}
</style>
border-color css
<style>
span { border-color: #C150D0; }
span { border-color: rgb(193,80,208); }
td.TdClassName
{
border-color: #C150D0;
}
.TagClassName
{
border-color: #C150D0;
}
</style>