Shades of Medium Orchid #C15ADB
Tints of Medium Orchid #C15ADB
RGB
CMYK
RGB Variations
Color information
#C15ADB (or 0xC15ADB) is known color: Medium Orchid. HEX triplet: C1, 5A and DB. RGB value is (193,90,219). Sum of RGB (Red+Green+Blue) = 193+90+219=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ADB is #3EA524. Grayscale: #878787. Windows color (decimal): -4105509 or 14375617. OLE color: 14375617.
HSL color Cylindrical-coordinate representation of color #C15ADB: hue angle of 287.91º degrees, saturation: 0.64, 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 #C15ADB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 90 | 219 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.14 |
| HSL | 287.91º | 0.64% | 0.61% | - |
| HSV(B) | 287.91º | 0.59% | 0.86% | - |
| XYZ | 38.43 | 23.76 | 69.58 | - |
| YUV | 135.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 219 | 0.12 | 0.59 | 0 | 0.14 | 287.91 | 0.64 | 0.61 |
| Hex | C1 | 5A | DB | C | 3B | 0 | E | 120 | 40 | 3D |
| Octal | 301 | 132 | 333 | 14 | 73 | 0 | 16 | 440 | 100 | 75 |
| Binary | 11000001 | 1011010 | 11011011 | 1100 | 111011 | 0 | 1110 | 100100000 | 1000000 | 111101 |
Color Harmonies of #C15ADB
Complementary color
Monochromatic Colors of #C15ADB
Black with #C15ADB
Text Example
Text Example
White with #C15ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ADB; }
p { color: rgb(193,90,219); }
H1.HeaderClassName
{
color: #C15ADB;
}
.AnyTagClassName
{
color: #C15ADB;
}
</style>
background-color css
<style>
a { background-color: #C15ADB; }
a { background-color: rgb(193,90,219); }
div.DivClassName
{
background-color: #C15ADB;
}
.BgClassName
{
background-color: #C15ADB;
}
</style>
border-color css
<style>
span { border-color: #C15ADB; }
span { border-color: rgb(193,90,219); }
td.TdClassName
{
border-color: #C15ADB;
}
.TagClassName
{
border-color: #C15ADB;
}
</style>