Shades of Medium Orchid #C15ADE
Tints of Medium Orchid #C15ADE
RGB
CMYK
RGB Variations
Color information
#C15ADE (or 0xC15ADE) is known color: Medium Orchid. HEX triplet: C1, 5A and DE. RGB value is (193,90,222). Sum of RGB (Red+Green+Blue) = 193+90+222=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #C15ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ADE is #3EA521. Grayscale: #878787. Windows color (decimal): -4105506 or 14572225. OLE color: 14572225.
HSL color Cylindrical-coordinate representation of color #C15ADE: hue angle of 286.82º degrees, saturation: 0.67, 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 #C15ADE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 90 | 222 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 286.82º | 0.67% | 0.61% | - |
| HSV(B) | 286.82º | 0.59% | 0.87% | - |
| XYZ | 38.83 | 23.92 | 71.68 | - |
| YUV | 135.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 222 | 0.13 | 0.59 | 0 | 0.13 | 286.82 | 0.67 | 0.61 |
| Hex | C1 | 5A | DE | D | 3B | 0 | D | 11F | 43 | 3D |
| Octal | 301 | 132 | 336 | 15 | 73 | 0 | 15 | 437 | 103 | 75 |
| Binary | 11000001 | 1011010 | 11011110 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000011 | 111101 |
Color Harmonies of #C15ADE
Complementary color
Monochromatic Colors of #C15ADE
Black with #C15ADE
Text Example
Text Example
White with #C15ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ADE; }
p { color: rgb(193,90,222); }
H1.HeaderClassName
{
color: #C15ADE;
}
.AnyTagClassName
{
color: #C15ADE;
}
</style>
background-color css
<style>
a { background-color: #C15ADE; }
a { background-color: rgb(193,90,222); }
div.DivClassName
{
background-color: #C15ADE;
}
.BgClassName
{
background-color: #C15ADE;
}
</style>
border-color css
<style>
span { border-color: #C15ADE; }
span { border-color: rgb(193,90,222); }
td.TdClassName
{
border-color: #C15ADE;
}
.TagClassName
{
border-color: #C15ADE;
}
</style>