Shades of Medium Orchid #C05CE4
Tints of Medium Orchid #C05CE4
RGB
CMYK
RGB Variations
Color information
#C05CE4 (or 0xC05CE4) is known color: Medium Orchid. HEX triplet: C0, 5C and E4. RGB value is (192,92,228). Sum of RGB (Red+Green+Blue) = 192+92+228=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #C05CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CE4 is #3FA31B. Grayscale: #888888. Windows color (decimal): -4170524 or 14965952. OLE color: 14965952.
HSL color Cylindrical-coordinate representation of color #C05CE4: hue angle of 284.12º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05CE4 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 92 | 228 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.11 |
| HSL | 284.12º | 0.72% | 0.63% | - |
| HSV(B) | 284.12º | 0.6% | 0.89% | - |
| XYZ | 39.57 | 24.46 | 76.03 | - |
| YUV | 137.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 228 | 0.16 | 0.60 | 0 | 0.11 | 284.12 | 0.72 | 0.63 |
| Hex | C0 | 5C | E4 | 10 | 3C | 0 | B | 11C | 48 | 3F |
| Octal | 300 | 134 | 344 | 20 | 74 | 0 | 13 | 434 | 110 | 77 |
| Binary | 11000000 | 1011100 | 11100100 | 10000 | 111100 | 0 | 1011 | 100011100 | 1001000 | 111111 |
Color Harmonies of #C05CE4
Complementary color
Monochromatic Colors of #C05CE4
Black with #C05CE4
Text Example
Text Example
White with #C05CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CE4; }
p { color: rgb(192,92,228); }
H1.HeaderClassName
{
color: #C05CE4;
}
.AnyTagClassName
{
color: #C05CE4;
}
</style>
background-color css
<style>
a { background-color: #C05CE4; }
a { background-color: rgb(192,92,228); }
div.DivClassName
{
background-color: #C05CE4;
}
.BgClassName
{
background-color: #C05CE4;
}
</style>
border-color css
<style>
span { border-color: #C05CE4; }
span { border-color: rgb(192,92,228); }
td.TdClassName
{
border-color: #C05CE4;
}
.TagClassName
{
border-color: #C05CE4;
}
</style>