Shades of Medium Orchid #C150EE
Tints of Medium Orchid #C150EE
RGB
CMYK
RGB Variations
Color information
#C150EE (or 0xC150EE) is known color: Medium Orchid. HEX triplet: C1, 50 and EE. RGB value is (193,80,238). Sum of RGB (Red+Green+Blue) = 193+80+238=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C150EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150EE is #3EAF11. Grayscale: #838383. Windows color (decimal): -4108050 or 15618241. OLE color: 15618241.
HSL color Cylindrical-coordinate representation of color #C150EE: hue angle of 282.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C150EE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 80 | 238 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.91º | 0.82% | 0.62% | - |
| HSV(B) | 282.91º | 0.66% | 0.93% | - |
| XYZ | 40.29 | 23.25 | 83.25 | - |
| YUV | 131.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 238 | 0.19 | 0.66 | 0 | 0.07 | 282.91 | 0.82 | 0.62 |
| Hex | C1 | 50 | EE | 13 | 42 | 0 | 7 | 11B | 52 | 3E |
| Octal | 301 | 120 | 356 | 23 | 102 | 0 | 7 | 433 | 122 | 76 |
| Binary | 11000001 | 1010000 | 11101110 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010010 | 111110 |
Color Harmonies of #C150EE
Complementary color
Monochromatic Colors of #C150EE
Black with #C150EE
Text Example
Text Example
White with #C150EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150EE; }
p { color: rgb(193,80,238); }
H1.HeaderClassName
{
color: #C150EE;
}
.AnyTagClassName
{
color: #C150EE;
}
</style>
background-color css
<style>
a { background-color: #C150EE; }
a { background-color: rgb(193,80,238); }
div.DivClassName
{
background-color: #C150EE;
}
.BgClassName
{
background-color: #C150EE;
}
</style>
border-color css
<style>
span { border-color: #C150EE; }
span { border-color: rgb(193,80,238); }
td.TdClassName
{
border-color: #C150EE;
}
.TagClassName
{
border-color: #C150EE;
}
</style>