Shades of Medium Orchid #C15ADC
Tints of Medium Orchid #C15ADC
RGB
CMYK
RGB Variations
Color information
#C15ADC (or 0xC15ADC) is known color: Medium Orchid. HEX triplet: C1, 5A and DC. RGB value is (193,90,220). Sum of RGB (Red+Green+Blue) = 193+90+220=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C15ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ADC is #3EA523. Grayscale: #878787. Windows color (decimal): -4105508 or 14441153. OLE color: 14441153.
HSL color Cylindrical-coordinate representation of color #C15ADC: hue angle of 287.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15ADC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 90 | 220 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.14 |
| HSL | 287.54º | 0.65% | 0.61% | - |
| HSV(B) | 287.54º | 0.59% | 0.86% | - |
| XYZ | 38.57 | 23.82 | 70.27 | - |
| YUV | 135.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 220 | 0.12 | 0.59 | 0 | 0.14 | 287.54 | 0.65 | 0.61 |
| Hex | C1 | 5A | DC | C | 3B | 0 | E | 120 | 41 | 3D |
| Octal | 301 | 132 | 334 | 14 | 73 | 0 | 16 | 440 | 101 | 75 |
| Binary | 11000001 | 1011010 | 11011100 | 1100 | 111011 | 0 | 1110 | 100100000 | 1000001 | 111101 |
Color Harmonies of #C15ADC
Complementary color
Monochromatic Colors of #C15ADC
Black with #C15ADC
Text Example
Text Example
White with #C15ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ADC; }
p { color: rgb(193,90,220); }
H1.HeaderClassName
{
color: #C15ADC;
}
.AnyTagClassName
{
color: #C15ADC;
}
</style>
background-color css
<style>
a { background-color: #C15ADC; }
a { background-color: rgb(193,90,220); }
div.DivClassName
{
background-color: #C15ADC;
}
.BgClassName
{
background-color: #C15ADC;
}
</style>
border-color css
<style>
span { border-color: #C15ADC; }
span { border-color: rgb(193,90,220); }
td.TdClassName
{
border-color: #C15ADC;
}
.TagClassName
{
border-color: #C15ADC;
}
</style>