Shades of Medium Orchid #C150DE
Tints of Medium Orchid #C150DE
RGB
CMYK
RGB Variations
Color information
#C150DE (or 0xC150DE) is known color: Medium Orchid. HEX triplet: C1, 50 and DE. RGB value is (193,80,222). Sum of RGB (Red+Green+Blue) = 193+80+222=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #C150DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150DE is #3EAF21. Grayscale: #818181. Windows color (decimal): -4108066 or 14569665. OLE color: 14569665.
HSL color Cylindrical-coordinate representation of color #C150DE: hue angle of 287.75º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C150DE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 80 | 222 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.13 |
| HSL | 287.75º | 0.68% | 0.59% | - |
| HSV(B) | 287.75º | 0.64% | 0.87% | - |
| XYZ | 38.05 | 22.35 | 71.42 | - |
| YUV | 129.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 222 | 0.13 | 0.64 | 0 | 0.13 | 287.75 | 0.68 | 0.59 |
| Hex | C1 | 50 | DE | D | 40 | 0 | D | 120 | 44 | 3B |
| Octal | 301 | 120 | 336 | 15 | 100 | 0 | 15 | 440 | 104 | 73 |
| Binary | 11000001 | 1010000 | 11011110 | 1101 | 1000000 | 0 | 1101 | 100100000 | 1000100 | 111011 |
Color Harmonies of #C150DE
Complementary color
Monochromatic Colors of #C150DE
Black with #C150DE
Text Example
Text Example
White with #C150DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150DE; }
p { color: rgb(193,80,222); }
H1.HeaderClassName
{
color: #C150DE;
}
.AnyTagClassName
{
color: #C150DE;
}
</style>
background-color css
<style>
a { background-color: #C150DE; }
a { background-color: rgb(193,80,222); }
div.DivClassName
{
background-color: #C150DE;
}
.BgClassName
{
background-color: #C150DE;
}
</style>
border-color css
<style>
span { border-color: #C150DE; }
span { border-color: rgb(193,80,222); }
td.TdClassName
{
border-color: #C150DE;
}
.TagClassName
{
border-color: #C150DE;
}
</style>