Shades of Medium Orchid #C15DDD
Tints of Medium Orchid #C15DDD
RGB
CMYK
RGB Variations
Color information
#C15DDD (or 0xC15DDD) is known color: Medium Orchid. HEX triplet: C1, 5D and DD. RGB value is (193,93,221). Sum of RGB (Red+Green+Blue) = 193+93+221=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C15DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DDD is #3EA222. Grayscale: #898989. Windows color (decimal): -4104739 or 14507457. OLE color: 14507457.
HSL color Cylindrical-coordinate representation of color #C15DDD: hue angle of 286.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15DDD is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 93 | 221 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.88º | 0.65% | 0.62% | - |
| HSV(B) | 286.88º | 0.58% | 0.87% | - |
| XYZ | 38.96 | 24.39 | 71.06 | - |
| YUV | 137.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 221 | 0.13 | 0.58 | 0 | 0.13 | 286.88 | 0.65 | 0.62 |
| Hex | C1 | 5D | DD | D | 3A | 0 | D | 11F | 41 | 3E |
| Octal | 301 | 135 | 335 | 15 | 72 | 0 | 15 | 437 | 101 | 76 |
| Binary | 11000001 | 1011101 | 11011101 | 1101 | 111010 | 0 | 1101 | 100011111 | 1000001 | 111110 |
Color Harmonies of #C15DDD
Complementary color
Monochromatic Colors of #C15DDD
Black with #C15DDD
Text Example
Text Example
White with #C15DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DDD; }
p { color: rgb(193,93,221); }
H1.HeaderClassName
{
color: #C15DDD;
}
.AnyTagClassName
{
color: #C15DDD;
}
</style>
background-color css
<style>
a { background-color: #C15DDD; }
a { background-color: rgb(193,93,221); }
div.DivClassName
{
background-color: #C15DDD;
}
.BgClassName
{
background-color: #C15DDD;
}
</style>
border-color css
<style>
span { border-color: #C15DDD; }
span { border-color: rgb(193,93,221); }
td.TdClassName
{
border-color: #C15DDD;
}
.TagClassName
{
border-color: #C15DDD;
}
</style>