Shades of Medium Orchid #C05AE5
Tints of Medium Orchid #C05AE5
RGB
CMYK
RGB Variations
Color information
#C05AE5 (or 0xC05AE5) is known color: Medium Orchid. HEX triplet: C0, 5A and E5. RGB value is (192,90,229). Sum of RGB (Red+Green+Blue) = 192+90+229=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #C05AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AE5 is #3FA51A. Grayscale: #878787. Windows color (decimal): -4171035 or 15030976. OLE color: 15030976.
HSL color Cylindrical-coordinate representation of color #C05AE5: hue angle of 284.03º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05AE5 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 90 | 229 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.10 |
| HSL | 284.03º | 0.73% | 0.63% | - |
| HSV(B) | 284.03º | 0.61% | 0.9% | - |
| XYZ | 39.54 | 24.18 | 76.71 | - |
| YUV | 136.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 229 | 0.16 | 0.61 | 0 | 0.10 | 284.03 | 0.73 | 0.63 |
| Hex | C0 | 5A | E5 | 10 | 3D | 0 | A | 11C | 49 | 3F |
| Octal | 300 | 132 | 345 | 20 | 75 | 0 | 12 | 434 | 111 | 77 |
| Binary | 11000000 | 1011010 | 11100101 | 10000 | 111101 | 0 | 1010 | 100011100 | 1001001 | 111111 |
Color Harmonies of #C05AE5
Complementary color
Monochromatic Colors of #C05AE5
Black with #C05AE5
Text Example
Text Example
White with #C05AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AE5; }
p { color: rgb(192,90,229); }
H1.HeaderClassName
{
color: #C05AE5;
}
.AnyTagClassName
{
color: #C05AE5;
}
</style>
background-color css
<style>
a { background-color: #C05AE5; }
a { background-color: rgb(192,90,229); }
div.DivClassName
{
background-color: #C05AE5;
}
.BgClassName
{
background-color: #C05AE5;
}
</style>
border-color css
<style>
span { border-color: #C05AE5; }
span { border-color: rgb(192,90,229); }
td.TdClassName
{
border-color: #C05AE5;
}
.TagClassName
{
border-color: #C05AE5;
}
</style>