Shades of Medium Orchid #C15BF3
Tints of Medium Orchid #C15BF3
RGB
CMYK
RGB Variations
Color information
#C15BF3 (or 0xC15BF3) is known color: Medium Orchid. HEX triplet: C1, 5B and F3. RGB value is (193,91,243). Sum of RGB (Red+Green+Blue) = 193+91+243=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #C15BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15BF3 is #3EA40C. Grayscale: #8A8A8A. Windows color (decimal): -4105229 or 15948737. OLE color: 15948737.
HSL color Cylindrical-coordinate representation of color #C15BF3: hue angle of 280.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15BF3 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 91 | 243 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.05 |
| HSL | 280.26º | 0.86% | 0.65% | - |
| HSV(B) | 280.26º | 0.63% | 0.95% | - |
| XYZ | 41.91 | 25.29 | 87.47 | - |
| YUV | 138.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 243 | 0.21 | 0.63 | 0 | 0.05 | 280.26 | 0.86 | 0.65 |
| Hex | C1 | 5B | F3 | 15 | 3F | 0 | 5 | 118 | 56 | 41 |
| Octal | 301 | 133 | 363 | 25 | 77 | 0 | 5 | 430 | 126 | 101 |
| Binary | 11000001 | 1011011 | 11110011 | 10101 | 111111 | 0 | 101 | 100011000 | 1010110 | 1000001 |
Color Harmonies of #C15BF3
Complementary color
Monochromatic Colors of #C15BF3
Black with #C15BF3
Text Example
Text Example
White with #C15BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BF3; }
p { color: rgb(193,91,243); }
H1.HeaderClassName
{
color: #C15BF3;
}
.AnyTagClassName
{
color: #C15BF3;
}
</style>
background-color css
<style>
a { background-color: #C15BF3; }
a { background-color: rgb(193,91,243); }
div.DivClassName
{
background-color: #C15BF3;
}
.BgClassName
{
background-color: #C15BF3;
}
</style>
border-color css
<style>
span { border-color: #C15BF3; }
span { border-color: rgb(193,91,243); }
td.TdClassName
{
border-color: #C15BF3;
}
.TagClassName
{
border-color: #C15BF3;
}
</style>