Shades of Medium Orchid #C153EE
Tints of Medium Orchid #C153EE
RGB
CMYK
RGB Variations
Color information
#C153EE (or 0xC153EE) is known color: Medium Orchid. HEX triplet: C1, 53 and EE. RGB value is (193,83,238). Sum of RGB (Red+Green+Blue) = 193+83+238=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C153EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153EE is #3EAC11. Grayscale: #858585. Windows color (decimal): -4107282 or 15619009. OLE color: 15619009.
HSL color Cylindrical-coordinate representation of color #C153EE: hue angle of 282.58º 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 #C153EE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 83 | 238 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.07 |
| HSL | 282.58º | 0.82% | 0.63% | - |
| HSV(B) | 282.58º | 0.65% | 0.93% | - |
| XYZ | 40.52 | 23.7 | 83.33 | - |
| YUV | 133.56 | 186.94 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 238 | 0.19 | 0.65 | 0 | 0.07 | 282.58 | 0.82 | 0.63 |
| Hex | C1 | 53 | EE | 13 | 41 | 0 | 7 | 11B | 52 | 3F |
| Octal | 301 | 123 | 356 | 23 | 101 | 0 | 7 | 433 | 122 | 77 |
| Binary | 11000001 | 1010011 | 11101110 | 10011 | 1000001 | 0 | 111 | 100011011 | 1010010 | 111111 |
Color Harmonies of #C153EE
Complementary color
Monochromatic Colors of #C153EE
Black with #C153EE
Text Example
Text Example
White with #C153EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153EE; }
p { color: rgb(193,83,238); }
H1.HeaderClassName
{
color: #C153EE;
}
.AnyTagClassName
{
color: #C153EE;
}
</style>
background-color css
<style>
a { background-color: #C153EE; }
a { background-color: rgb(193,83,238); }
div.DivClassName
{
background-color: #C153EE;
}
.BgClassName
{
background-color: #C153EE;
}
</style>
border-color css
<style>
span { border-color: #C153EE; }
span { border-color: rgb(193,83,238); }
td.TdClassName
{
border-color: #C153EE;
}
.TagClassName
{
border-color: #C153EE;
}
</style>