Shades of Medium Orchid #C153EC
Tints of Medium Orchid #C153EC
RGB
CMYK
RGB Variations
Color information
#C153EC (or 0xC153EC) is known color: Medium Orchid. HEX triplet: C1, 53 and EC. RGB value is (193,83,236). Sum of RGB (Red+Green+Blue) = 193+83+236=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C153EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153EC is #3EAC13. Grayscale: #848484. Windows color (decimal): -4107284 or 15487937. OLE color: 15487937.
HSL color Cylindrical-coordinate representation of color #C153EC: hue angle of 283.14º degrees, saturation: 0.8, 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 #C153EC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 83 | 236 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.07 |
| HSL | 283.14º | 0.8% | 0.63% | - |
| HSV(B) | 283.14º | 0.65% | 0.93% | - |
| XYZ | 40.23 | 23.58 | 81.79 | - |
| YUV | 133.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 236 | 0.18 | 0.65 | 0 | 0.07 | 283.14 | 0.8 | 0.63 |
| Hex | C1 | 53 | EC | 12 | 41 | 0 | 7 | 11B | 50 | 3F |
| Octal | 301 | 123 | 354 | 22 | 101 | 0 | 7 | 433 | 120 | 77 |
| Binary | 11000001 | 1010011 | 11101100 | 10010 | 1000001 | 0 | 111 | 100011011 | 1010000 | 111111 |
Color Harmonies of #C153EC
Complementary color
Monochromatic Colors of #C153EC
Black with #C153EC
Text Example
Text Example
White with #C153EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153EC; }
p { color: rgb(193,83,236); }
H1.HeaderClassName
{
color: #C153EC;
}
.AnyTagClassName
{
color: #C153EC;
}
</style>
background-color css
<style>
a { background-color: #C153EC; }
a { background-color: rgb(193,83,236); }
div.DivClassName
{
background-color: #C153EC;
}
.BgClassName
{
background-color: #C153EC;
}
</style>
border-color css
<style>
span { border-color: #C153EC; }
span { border-color: rgb(193,83,236); }
td.TdClassName
{
border-color: #C153EC;
}
.TagClassName
{
border-color: #C153EC;
}
</style>