Shades of Medium Orchid #C15CED
Tints of Medium Orchid #C15CED
RGB
CMYK
RGB Variations
Color information
#C15CED (or 0xC15CED) is known color: Medium Orchid. HEX triplet: C1, 5C and ED. RGB value is (193,92,237). Sum of RGB (Red+Green+Blue) = 193+92+237=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #C15CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CED is #3EA312. Grayscale: #8A8A8A. Windows color (decimal): -4104979 or 15555777. OLE color: 15555777.
HSL color Cylindrical-coordinate representation of color #C15CED: hue angle of 281.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15CED is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 92 | 237 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.07 |
| HSL | 281.79º | 0.8% | 0.65% | - |
| HSV(B) | 281.79º | 0.61% | 0.93% | - |
| XYZ | 41.11 | 25.11 | 82.8 | - |
| YUV | 138.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 237 | 0.19 | 0.61 | 0 | 0.07 | 281.79 | 0.8 | 0.65 |
| Hex | C1 | 5C | ED | 13 | 3D | 0 | 7 | 11A | 50 | 41 |
| Octal | 301 | 134 | 355 | 23 | 75 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000001 | 1011100 | 11101101 | 10011 | 111101 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C15CED
Complementary color
Monochromatic Colors of #C15CED
Black with #C15CED
Text Example
Text Example
White with #C15CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CED; }
p { color: rgb(193,92,237); }
H1.HeaderClassName
{
color: #C15CED;
}
.AnyTagClassName
{
color: #C15CED;
}
</style>
background-color css
<style>
a { background-color: #C15CED; }
a { background-color: rgb(193,92,237); }
div.DivClassName
{
background-color: #C15CED;
}
.BgClassName
{
background-color: #C15CED;
}
</style>
border-color css
<style>
span { border-color: #C15CED; }
span { border-color: rgb(193,92,237); }
td.TdClassName
{
border-color: #C15CED;
}
.TagClassName
{
border-color: #C15CED;
}
</style>