Shades of Medium Orchid #C15BF2
Tints of Medium Orchid #C15BF2
RGB
CMYK
RGB Variations
Color information
#C15BF2 (or 0xC15BF2) is known color: Medium Orchid. HEX triplet: C1, 5B and F2. RGB value is (193,91,242). Sum of RGB (Red+Green+Blue) = 193+91+242=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #C15BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15BF2 is #3EA40D. Grayscale: #8A8A8A. Windows color (decimal): -4105230 or 15883201. OLE color: 15883201.
HSL color Cylindrical-coordinate representation of color #C15BF2: hue angle of 280.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15BF2 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 91 | 242 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.05 |
| HSL | 280.53º | 0.85% | 0.65% | - |
| HSV(B) | 280.53º | 0.62% | 0.95% | - |
| XYZ | 41.76 | 25.23 | 86.67 | - |
| YUV | 138.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 242 | 0.20 | 0.62 | 0 | 0.05 | 280.53 | 0.85 | 0.65 |
| Hex | C1 | 5B | F2 | 14 | 3E | 0 | 5 | 119 | 55 | 41 |
| Octal | 301 | 133 | 362 | 24 | 76 | 0 | 5 | 431 | 125 | 101 |
| Binary | 11000001 | 1011011 | 11110010 | 10100 | 111110 | 0 | 101 | 100011001 | 1010101 | 1000001 |
Color Harmonies of #C15BF2
Complementary color
Monochromatic Colors of #C15BF2
Black with #C15BF2
Text Example
Text Example
White with #C15BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BF2; }
p { color: rgb(193,91,242); }
H1.HeaderClassName
{
color: #C15BF2;
}
.AnyTagClassName
{
color: #C15BF2;
}
</style>
background-color css
<style>
a { background-color: #C15BF2; }
a { background-color: rgb(193,91,242); }
div.DivClassName
{
background-color: #C15BF2;
}
.BgClassName
{
background-color: #C15BF2;
}
</style>
border-color css
<style>
span { border-color: #C15BF2; }
span { border-color: rgb(193,91,242); }
td.TdClassName
{
border-color: #C15BF2;
}
.TagClassName
{
border-color: #C15BF2;
}
</style>