Shades of Medium Orchid #C15AF5
Tints of Medium Orchid #C15AF5
RGB
CMYK
RGB Variations
Color information
#C15AF5 (or 0xC15AF5) is known color: Medium Orchid. HEX triplet: C1, 5A and F5. RGB value is (193,90,245). Sum of RGB (Red+Green+Blue) = 193+90+245=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #C15AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AF5 is #3EA50A. Grayscale: #898989. Windows color (decimal): -4105483 or 16079553. OLE color: 16079553.
HSL color Cylindrical-coordinate representation of color #C15AF5: hue angle of 279.87º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15AF5 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 90 | 245 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.04 |
| HSL | 279.87º | 0.89% | 0.66% | - |
| HSV(B) | 279.87º | 0.63% | 0.96% | - |
| XYZ | 42.13 | 25.24 | 89.04 | - |
| YUV | 138.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 245 | 0.21 | 0.63 | 0 | 0.04 | 279.87 | 0.89 | 0.66 |
| Hex | C1 | 5A | F5 | 15 | 3F | 0 | 4 | 118 | 59 | 42 |
| Octal | 301 | 132 | 365 | 25 | 77 | 0 | 4 | 430 | 131 | 102 |
| Binary | 11000001 | 1011010 | 11110101 | 10101 | 111111 | 0 | 100 | 100011000 | 1011001 | 1000010 |
Color Harmonies of #C15AF5
Complementary color
Monochromatic Colors of #C15AF5
Black with #C15AF5
Text Example
Text Example
White with #C15AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AF5; }
p { color: rgb(193,90,245); }
H1.HeaderClassName
{
color: #C15AF5;
}
.AnyTagClassName
{
color: #C15AF5;
}
</style>
background-color css
<style>
a { background-color: #C15AF5; }
a { background-color: rgb(193,90,245); }
div.DivClassName
{
background-color: #C15AF5;
}
.BgClassName
{
background-color: #C15AF5;
}
</style>
border-color css
<style>
span { border-color: #C15AF5; }
span { border-color: rgb(193,90,245); }
td.TdClassName
{
border-color: #C15AF5;
}
.TagClassName
{
border-color: #C15AF5;
}
</style>