Shades of Medium Orchid #C05ADB
Tints of Medium Orchid #C05ADB
RGB
CMYK
RGB Variations
Color information
#C05ADB (or 0xC05ADB) is known color: Medium Orchid. HEX triplet: C0, 5A and DB. RGB value is (192,90,219). Sum of RGB (Red+Green+Blue) = 192+90+219=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C05ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ADB is #3FA524. Grayscale: #868686. Windows color (decimal): -4171045 or 14375616. OLE color: 14375616.
HSL color Cylindrical-coordinate representation of color #C05ADB: hue angle of 287.44º 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 #C05ADB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 90 | 219 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.14 |
| HSL | 287.44º | 0.64% | 0.61% | - |
| HSV(B) | 287.44º | 0.59% | 0.86% | - |
| XYZ | 38.18 | 23.63 | 69.57 | - |
| YUV | 135.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 219 | 0.12 | 0.59 | 0 | 0.14 | 287.44 | 0.64 | 0.61 |
| Hex | C0 | 5A | DB | C | 3B | 0 | E | 11F | 40 | 3D |
| Octal | 300 | 132 | 333 | 14 | 73 | 0 | 16 | 437 | 100 | 75 |
| Binary | 11000000 | 1011010 | 11011011 | 1100 | 111011 | 0 | 1110 | 100011111 | 1000000 | 111101 |
Color Harmonies of #C05ADB
Complementary color
Monochromatic Colors of #C05ADB
Black with #C05ADB
Text Example
Text Example
White with #C05ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ADB; }
p { color: rgb(192,90,219); }
H1.HeaderClassName
{
color: #C05ADB;
}
.AnyTagClassName
{
color: #C05ADB;
}
</style>
background-color css
<style>
a { background-color: #C05ADB; }
a { background-color: rgb(192,90,219); }
div.DivClassName
{
background-color: #C05ADB;
}
.BgClassName
{
background-color: #C05ADB;
}
</style>
border-color css
<style>
span { border-color: #C05ADB; }
span { border-color: rgb(192,90,219); }
td.TdClassName
{
border-color: #C05ADB;
}
.TagClassName
{
border-color: #C05ADB;
}
</style>