Shades of Medium Orchid #C15AD2
Tints of Medium Orchid #C15AD2
RGB
CMYK
RGB Variations
Color information
#C15AD2 (or 0xC15AD2) is known color: Medium Orchid. HEX triplet: C1, 5A and D2. RGB value is (193,90,210). Sum of RGB (Red+Green+Blue) = 193+90+210=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #C15AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AD2 is #3EA52D. Grayscale: #868686. Windows color (decimal): -4105518 or 13785793. OLE color: 13785793.
HSL color Cylindrical-coordinate representation of color #C15AD2: hue angle of 291.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15AD2 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 90 | 210 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.18 |
| HSL | 291.5º | 0.57% | 0.59% | - |
| HSV(B) | 291.5º | 0.57% | 0.82% | - |
| XYZ | 37.28 | 23.3 | 63.51 | - |
| YUV | 134.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 210 | 0.08 | 0.57 | 0 | 0.18 | 291.5 | 0.57 | 0.59 |
| Hex | C1 | 5A | D2 | 8 | 39 | 0 | 12 | 124 | 39 | 3B |
| Octal | 301 | 132 | 322 | 10 | 71 | 0 | 22 | 444 | 71 | 73 |
| Binary | 11000001 | 1011010 | 11010010 | 1000 | 111001 | 0 | 10010 | 100100100 | 111001 | 111011 |
Color Harmonies of #C15AD2
Complementary color
Monochromatic Colors of #C15AD2
Black with #C15AD2
Text Example
Text Example
White with #C15AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AD2; }
p { color: rgb(193,90,210); }
H1.HeaderClassName
{
color: #C15AD2;
}
.AnyTagClassName
{
color: #C15AD2;
}
</style>
background-color css
<style>
a { background-color: #C15AD2; }
a { background-color: rgb(193,90,210); }
div.DivClassName
{
background-color: #C15AD2;
}
.BgClassName
{
background-color: #C15AD2;
}
</style>
border-color css
<style>
span { border-color: #C15AD2; }
span { border-color: rgb(193,90,210); }
td.TdClassName
{
border-color: #C15AD2;
}
.TagClassName
{
border-color: #C15AD2;
}
</style>