Shades of Medium Orchid #C150EA
Tints of Medium Orchid #C150EA
RGB
CMYK
RGB Variations
Color information
#C150EA (or 0xC150EA) is known color: Medium Orchid. HEX triplet: C1, 50 and EA. RGB value is (193,80,234). Sum of RGB (Red+Green+Blue) = 193+80+234=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C150EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150EA is #3EAF15. Grayscale: #828282. Windows color (decimal): -4108054 or 15356097. OLE color: 15356097.
HSL color Cylindrical-coordinate representation of color #C150EA: hue angle of 284.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C150EA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 80 | 234 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.08 |
| HSL | 284.03º | 0.79% | 0.62% | - |
| HSV(B) | 284.03º | 0.66% | 0.92% | - |
| XYZ | 39.71 | 23.02 | 80.19 | - |
| YUV | 131.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 234 | 0.18 | 0.66 | 0 | 0.08 | 284.03 | 0.79 | 0.62 |
| Hex | C1 | 50 | EA | 12 | 42 | 0 | 8 | 11C | 4F | 3E |
| Octal | 301 | 120 | 352 | 22 | 102 | 0 | 10 | 434 | 117 | 76 |
| Binary | 11000001 | 1010000 | 11101010 | 10010 | 1000010 | 0 | 1000 | 100011100 | 1001111 | 111110 |
Color Harmonies of #C150EA
Complementary color
Monochromatic Colors of #C150EA
Black with #C150EA
Text Example
Text Example
White with #C150EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150EA; }
p { color: rgb(193,80,234); }
H1.HeaderClassName
{
color: #C150EA;
}
.AnyTagClassName
{
color: #C150EA;
}
</style>
background-color css
<style>
a { background-color: #C150EA; }
a { background-color: rgb(193,80,234); }
div.DivClassName
{
background-color: #C150EA;
}
.BgClassName
{
background-color: #C150EA;
}
</style>
border-color css
<style>
span { border-color: #C150EA; }
span { border-color: rgb(193,80,234); }
td.TdClassName
{
border-color: #C150EA;
}
.TagClassName
{
border-color: #C150EA;
}
</style>