Shades of Medium Orchid #C152EE
Tints of Medium Orchid #C152EE
RGB
CMYK
RGB Variations
Color information
#C152EE (or 0xC152EE) is known color: Medium Orchid. HEX triplet: C1, 52 and EE. RGB value is (193,82,238). Sum of RGB (Red+Green+Blue) = 193+82+238=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #C152EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152EE is #3EAD11. Grayscale: #848484. Windows color (decimal): -4107538 or 15618753. OLE color: 15618753.
HSL color Cylindrical-coordinate representation of color #C152EE: hue angle of 282.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C152EE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 82 | 238 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.69º | 0.82% | 0.63% | - |
| HSV(B) | 282.69º | 0.66% | 0.93% | - |
| XYZ | 40.44 | 23.55 | 83.3 | - |
| YUV | 132.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 238 | 0.19 | 0.66 | 0 | 0.07 | 282.69 | 0.82 | 0.63 |
| Hex | C1 | 52 | EE | 13 | 42 | 0 | 7 | 11B | 52 | 3F |
| Octal | 301 | 122 | 356 | 23 | 102 | 0 | 7 | 433 | 122 | 77 |
| Binary | 11000001 | 1010010 | 11101110 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010010 | 111111 |
Color Harmonies of #C152EE
Complementary color
Monochromatic Colors of #C152EE
Black with #C152EE
Text Example
Text Example
White with #C152EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152EE; }
p { color: rgb(193,82,238); }
H1.HeaderClassName
{
color: #C152EE;
}
.AnyTagClassName
{
color: #C152EE;
}
</style>
background-color css
<style>
a { background-color: #C152EE; }
a { background-color: rgb(193,82,238); }
div.DivClassName
{
background-color: #C152EE;
}
.BgClassName
{
background-color: #C152EE;
}
</style>
border-color css
<style>
span { border-color: #C152EE; }
span { border-color: rgb(193,82,238); }
td.TdClassName
{
border-color: #C152EE;
}
.TagClassName
{
border-color: #C152EE;
}
</style>