Shades of Medium Orchid #C15ADD
Tints of Medium Orchid #C15ADD
RGB
CMYK
RGB Variations
Color information
#C15ADD (or 0xC15ADD) is known color: Medium Orchid. HEX triplet: C1, 5A and DD. RGB value is (193,90,221). Sum of RGB (Red+Green+Blue) = 193+90+221=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C15ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ADD is #3EA522. Grayscale: #878787. Windows color (decimal): -4105507 or 14506689. OLE color: 14506689.
HSL color Cylindrical-coordinate representation of color #C15ADD: hue angle of 287.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15ADD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 90 | 221 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 287.18º | 0.66% | 0.61% | - |
| HSV(B) | 287.18º | 0.59% | 0.87% | - |
| XYZ | 38.7 | 23.87 | 70.97 | - |
| YUV | 135.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 221 | 0.13 | 0.59 | 0 | 0.13 | 287.18 | 0.66 | 0.61 |
| Hex | C1 | 5A | DD | D | 3B | 0 | D | 11F | 42 | 3D |
| Octal | 301 | 132 | 335 | 15 | 73 | 0 | 15 | 437 | 102 | 75 |
| Binary | 11000001 | 1011010 | 11011101 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000010 | 111101 |
Color Harmonies of #C15ADD
Complementary color
Monochromatic Colors of #C15ADD
Black with #C15ADD
Text Example
Text Example
White with #C15ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ADD; }
p { color: rgb(193,90,221); }
H1.HeaderClassName
{
color: #C15ADD;
}
.AnyTagClassName
{
color: #C15ADD;
}
</style>
background-color css
<style>
a { background-color: #C15ADD; }
a { background-color: rgb(193,90,221); }
div.DivClassName
{
background-color: #C15ADD;
}
.BgClassName
{
background-color: #C15ADD;
}
</style>
border-color css
<style>
span { border-color: #C15ADD; }
span { border-color: rgb(193,90,221); }
td.TdClassName
{
border-color: #C15ADD;
}
.TagClassName
{
border-color: #C15ADD;
}
</style>