Shades of Medium Orchid #C150DF
Tints of Medium Orchid #C150DF
RGB
CMYK
RGB Variations
Color information
#C150DF (or 0xC150DF) is known color: Medium Orchid. HEX triplet: C1, 50 and DF. RGB value is (193,80,223). Sum of RGB (Red+Green+Blue) = 193+80+223=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C150DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150DF is #3EAF20. Grayscale: #818181. Windows color (decimal): -4108065 or 14635201. OLE color: 14635201.
HSL color Cylindrical-coordinate representation of color #C150DF: hue angle of 287.41º degrees, saturation: 0.69, 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 #C150DF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 80 | 223 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.13 |
| HSL | 287.41º | 0.69% | 0.59% | - |
| HSV(B) | 287.41º | 0.64% | 0.87% | - |
| XYZ | 38.18 | 22.4 | 72.12 | - |
| YUV | 130.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 223 | 0.13 | 0.64 | 0 | 0.13 | 287.41 | 0.69 | 0.59 |
| Hex | C1 | 50 | DF | D | 40 | 0 | D | 11F | 45 | 3B |
| Octal | 301 | 120 | 337 | 15 | 100 | 0 | 15 | 437 | 105 | 73 |
| Binary | 11000001 | 1010000 | 11011111 | 1101 | 1000000 | 0 | 1101 | 100011111 | 1000101 | 111011 |
Color Harmonies of #C150DF
Complementary color
Monochromatic Colors of #C150DF
Black with #C150DF
Text Example
Text Example
White with #C150DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150DF; }
p { color: rgb(193,80,223); }
H1.HeaderClassName
{
color: #C150DF;
}
.AnyTagClassName
{
color: #C150DF;
}
</style>
background-color css
<style>
a { background-color: #C150DF; }
a { background-color: rgb(193,80,223); }
div.DivClassName
{
background-color: #C150DF;
}
.BgClassName
{
background-color: #C150DF;
}
</style>
border-color css
<style>
span { border-color: #C150DF; }
span { border-color: rgb(193,80,223); }
td.TdClassName
{
border-color: #C150DF;
}
.TagClassName
{
border-color: #C150DF;
}
</style>