Shades of Medium Orchid #C15AD5
Tints of Medium Orchid #C15AD5
RGB
CMYK
RGB Variations
Color information
#C15AD5 (or 0xC15AD5) is known color: Medium Orchid. HEX triplet: C1, 5A and D5. RGB value is (193,90,213). Sum of RGB (Red+Green+Blue) = 193+90+213=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #C15AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AD5 is #3EA52A. Grayscale: #868686. Windows color (decimal): -4105515 or 13982401. OLE color: 13982401.
HSL color Cylindrical-coordinate representation of color #C15AD5: hue angle of 290.24º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15AD5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 90 | 213 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.16 |
| HSL | 290.24º | 0.59% | 0.59% | - |
| HSV(B) | 290.24º | 0.58% | 0.84% | - |
| XYZ | 37.66 | 23.45 | 65.49 | - |
| YUV | 134.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 213 | 0.09 | 0.58 | 0 | 0.16 | 290.24 | 0.59 | 0.59 |
| Hex | C1 | 5A | D5 | 9 | 3A | 0 | 10 | 122 | 3B | 3B |
| Octal | 301 | 132 | 325 | 11 | 72 | 0 | 20 | 442 | 73 | 73 |
| Binary | 11000001 | 1011010 | 11010101 | 1001 | 111010 | 0 | 10000 | 100100010 | 111011 | 111011 |
Color Harmonies of #C15AD5
Complementary color
Monochromatic Colors of #C15AD5
Black with #C15AD5
Text Example
Text Example
White with #C15AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AD5; }
p { color: rgb(193,90,213); }
H1.HeaderClassName
{
color: #C15AD5;
}
.AnyTagClassName
{
color: #C15AD5;
}
</style>
background-color css
<style>
a { background-color: #C15AD5; }
a { background-color: rgb(193,90,213); }
div.DivClassName
{
background-color: #C15AD5;
}
.BgClassName
{
background-color: #C15AD5;
}
</style>
border-color css
<style>
span { border-color: #C15AD5; }
span { border-color: rgb(193,90,213); }
td.TdClassName
{
border-color: #C15AD5;
}
.TagClassName
{
border-color: #C15AD5;
}
</style>