Shades of Medium Orchid #C05ADE
Tints of Medium Orchid #C05ADE
RGB
CMYK
RGB Variations
Color information
#C05ADE (or 0xC05ADE) is known color: Medium Orchid. HEX triplet: C0, 5A and DE. RGB value is (192,90,222). Sum of RGB (Red+Green+Blue) = 192+90+222=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #C05ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ADE is #3FA521. Grayscale: #878787. Windows color (decimal): -4171042 or 14572224. OLE color: 14572224.
HSL color Cylindrical-coordinate representation of color #C05ADE: hue angle of 286.36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05ADE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 90 | 222 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.13 |
| HSL | 286.36º | 0.67% | 0.61% | - |
| HSV(B) | 286.36º | 0.59% | 0.87% | - |
| XYZ | 38.58 | 23.79 | 71.67 | - |
| YUV | 135.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 222 | 0.14 | 0.59 | 0 | 0.13 | 286.36 | 0.67 | 0.61 |
| Hex | C0 | 5A | DE | E | 3B | 0 | D | 11E | 43 | 3D |
| Octal | 300 | 132 | 336 | 16 | 73 | 0 | 15 | 436 | 103 | 75 |
| Binary | 11000000 | 1011010 | 11011110 | 1110 | 111011 | 0 | 1101 | 100011110 | 1000011 | 111101 |
Color Harmonies of #C05ADE
Complementary color
Monochromatic Colors of #C05ADE
Black with #C05ADE
Text Example
Text Example
White with #C05ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ADE; }
p { color: rgb(192,90,222); }
H1.HeaderClassName
{
color: #C05ADE;
}
.AnyTagClassName
{
color: #C05ADE;
}
</style>
background-color css
<style>
a { background-color: #C05ADE; }
a { background-color: rgb(192,90,222); }
div.DivClassName
{
background-color: #C05ADE;
}
.BgClassName
{
background-color: #C05ADE;
}
</style>
border-color css
<style>
span { border-color: #C05ADE; }
span { border-color: rgb(192,90,222); }
td.TdClassName
{
border-color: #C05ADE;
}
.TagClassName
{
border-color: #C05ADE;
}
</style>