Shades of Medium Orchid #C15AF7
Tints of Medium Orchid #C15AF7
RGB
CMYK
RGB Variations
Color information
#C15AF7 (or 0xC15AF7) is known color: Medium Orchid. HEX triplet: C1, 5A and F7. RGB value is (193,90,247). Sum of RGB (Red+Green+Blue) = 193+90+247=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #C15AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AF7 is #3EA508. Grayscale: #8A8A8A. Windows color (decimal): -4105481 or 16210625. OLE color: 16210625.
HSL color Cylindrical-coordinate representation of color #C15AF7: hue angle of 279.36º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C15AF7 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 90 | 247 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.03 |
| HSL | 279.36º | 0.91% | 0.66% | - |
| HSV(B) | 279.36º | 0.64% | 0.97% | - |
| XYZ | 42.44 | 25.37 | 90.65 | - |
| YUV | 138.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 247 | 0.22 | 0.64 | 0 | 0.03 | 279.36 | 0.91 | 0.66 |
| Hex | C1 | 5A | F7 | 16 | 40 | 0 | 3 | 117 | 5B | 42 |
| Octal | 301 | 132 | 367 | 26 | 100 | 0 | 3 | 427 | 133 | 102 |
| Binary | 11000001 | 1011010 | 11110111 | 10110 | 1000000 | 0 | 11 | 100010111 | 1011011 | 1000010 |
Color Harmonies of #C15AF7
Complementary color
Monochromatic Colors of #C15AF7
Black with #C15AF7
Text Example
Text Example
White with #C15AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AF7; }
p { color: rgb(193,90,247); }
H1.HeaderClassName
{
color: #C15AF7;
}
.AnyTagClassName
{
color: #C15AF7;
}
</style>
background-color css
<style>
a { background-color: #C15AF7; }
a { background-color: rgb(193,90,247); }
div.DivClassName
{
background-color: #C15AF7;
}
.BgClassName
{
background-color: #C15AF7;
}
</style>
border-color css
<style>
span { border-color: #C15AF7; }
span { border-color: rgb(193,90,247); }
td.TdClassName
{
border-color: #C15AF7;
}
.TagClassName
{
border-color: #C15AF7;
}
</style>