Shades of Medium Orchid #C154EE
Tints of Medium Orchid #C154EE
RGB
CMYK
RGB Variations
Color information
#C154EE (or 0xC154EE) is known color: Medium Orchid. HEX triplet: C1, 54 and EE. RGB value is (193,84,238). Sum of RGB (Red+Green+Blue) = 193+84+238=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #C154EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154EE is #3EAB11. Grayscale: #858585. Windows color (decimal): -4107026 or 15619265. OLE color: 15619265.
HSL color Cylindrical-coordinate representation of color #C154EE: hue angle of 282.47º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C154EE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 84 | 238 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.07 |
| HSL | 282.47º | 0.82% | 0.63% | - |
| HSV(B) | 282.47º | 0.65% | 0.93% | - |
| XYZ | 40.6 | 23.85 | 83.35 | - |
| YUV | 134.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 238 | 0.19 | 0.65 | 0 | 0.07 | 282.47 | 0.82 | 0.63 |
| Hex | C1 | 54 | EE | 13 | 41 | 0 | 7 | 11A | 52 | 3F |
| Octal | 301 | 124 | 356 | 23 | 101 | 0 | 7 | 432 | 122 | 77 |
| Binary | 11000001 | 1010100 | 11101110 | 10011 | 1000001 | 0 | 111 | 100011010 | 1010010 | 111111 |
Color Harmonies of #C154EE
Complementary color
Monochromatic Colors of #C154EE
Black with #C154EE
Text Example
Text Example
White with #C154EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154EE; }
p { color: rgb(193,84,238); }
H1.HeaderClassName
{
color: #C154EE;
}
.AnyTagClassName
{
color: #C154EE;
}
</style>
background-color css
<style>
a { background-color: #C154EE; }
a { background-color: rgb(193,84,238); }
div.DivClassName
{
background-color: #C154EE;
}
.BgClassName
{
background-color: #C154EE;
}
</style>
border-color css
<style>
span { border-color: #C154EE; }
span { border-color: rgb(193,84,238); }
td.TdClassName
{
border-color: #C154EE;
}
.TagClassName
{
border-color: #C154EE;
}
</style>