Shades of Medium Orchid #C15BDA
Tints of Medium Orchid #C15BDA
RGB
CMYK
RGB Variations
Color information
#C15BDA (or 0xC15BDA) is known color: Medium Orchid. HEX triplet: C1, 5B and DA. RGB value is (193,91,218). Sum of RGB (Red+Green+Blue) = 193+91+218=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #C15BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BDA is #3EA425. Grayscale: #878787. Windows color (decimal): -4105254 or 14310337. OLE color: 14310337.
HSL color Cylindrical-coordinate representation of color #C15BDA: hue angle of 288.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15BDA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 91 | 218 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.15 |
| HSL | 288.19º | 0.63% | 0.61% | - |
| HSV(B) | 288.19º | 0.58% | 0.85% | - |
| XYZ | 38.39 | 23.88 | 68.92 | - |
| YUV | 135.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 218 | 0.11 | 0.58 | 0 | 0.15 | 288.19 | 0.63 | 0.61 |
| Hex | C1 | 5B | DA | B | 3A | 0 | F | 120 | 3F | 3D |
| Octal | 301 | 133 | 332 | 13 | 72 | 0 | 17 | 440 | 77 | 75 |
| Binary | 11000001 | 1011011 | 11011010 | 1011 | 111010 | 0 | 1111 | 100100000 | 111111 | 111101 |
Color Harmonies of #C15BDA
Complementary color
Monochromatic Colors of #C15BDA
Black with #C15BDA
Text Example
Text Example
White with #C15BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BDA; }
p { color: rgb(193,91,218); }
H1.HeaderClassName
{
color: #C15BDA;
}
.AnyTagClassName
{
color: #C15BDA;
}
</style>
background-color css
<style>
a { background-color: #C15BDA; }
a { background-color: rgb(193,91,218); }
div.DivClassName
{
background-color: #C15BDA;
}
.BgClassName
{
background-color: #C15BDA;
}
</style>
border-color css
<style>
span { border-color: #C15BDA; }
span { border-color: rgb(193,91,218); }
td.TdClassName
{
border-color: #C15BDA;
}
.TagClassName
{
border-color: #C15BDA;
}
</style>