Shades of Medium Orchid #C55ADB
Tints of Medium Orchid #C55ADB
RGB
CMYK
RGB Variations
Color information
#C55ADB (or 0xC55ADB) is known color: Medium Orchid. HEX triplet: C5, 5A and DB. RGB value is (197,90,219). Sum of RGB (Red+Green+Blue) = 197+90+219=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C55ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ADB is #3AA524. Grayscale: #888888. Windows color (decimal): -3843365 or 14375621. OLE color: 14375621.
HSL color Cylindrical-coordinate representation of color #C55ADB: hue angle of 289.77º 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 #C55ADB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 90 | 219 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.14 |
| HSL | 289.77º | 0.64% | 0.61% | - |
| HSV(B) | 289.77º | 0.59% | 0.86% | - |
| XYZ | 39.47 | 24.3 | 69.63 | - |
| YUV | 136.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 219 | 0.10 | 0.59 | 0 | 0.14 | 289.77 | 0.64 | 0.61 |
| Hex | C5 | 5A | DB | A | 3B | 0 | E | 122 | 40 | 3D |
| Octal | 305 | 132 | 333 | 12 | 73 | 0 | 16 | 442 | 100 | 75 |
| Binary | 11000101 | 1011010 | 11011011 | 1010 | 111011 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C55ADB
Complementary color
Monochromatic Colors of #C55ADB
Black with #C55ADB
Text Example
Text Example
White with #C55ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ADB; }
p { color: rgb(197,90,219); }
H1.HeaderClassName
{
color: #C55ADB;
}
.AnyTagClassName
{
color: #C55ADB;
}
</style>
background-color css
<style>
a { background-color: #C55ADB; }
a { background-color: rgb(197,90,219); }
div.DivClassName
{
background-color: #C55ADB;
}
.BgClassName
{
background-color: #C55ADB;
}
</style>
border-color css
<style>
span { border-color: #C55ADB; }
span { border-color: rgb(197,90,219); }
td.TdClassName
{
border-color: #C55ADB;
}
.TagClassName
{
border-color: #C55ADB;
}
</style>