Shades of Medium Orchid #C05DEE
Tints of Medium Orchid #C05DEE
RGB
CMYK
RGB Variations
Color information
#C05DEE (or 0xC05DEE) is known color: Medium Orchid. HEX triplet: C0, 5D and EE. RGB value is (192,93,238). Sum of RGB (Red+Green+Blue) = 192+93+238=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #C05DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DEE is #3FA211. Grayscale: #8A8A8A. Windows color (decimal): -4170258 or 15621568. OLE color: 15621568.
HSL color Cylindrical-coordinate representation of color #C05DEE: hue angle of 280.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05DEE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 93 | 238 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.07 |
| HSL | 280.97º | 0.81% | 0.65% | - |
| HSV(B) | 280.97º | 0.61% | 0.93% | - |
| XYZ | 41.09 | 25.21 | 83.59 | - |
| YUV | 139.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 238 | 0.19 | 0.61 | 0 | 0.07 | 280.97 | 0.81 | 0.65 |
| Hex | C0 | 5D | EE | 13 | 3D | 0 | 7 | 119 | 51 | 41 |
| Octal | 300 | 135 | 356 | 23 | 75 | 0 | 7 | 431 | 121 | 101 |
| Binary | 11000000 | 1011101 | 11101110 | 10011 | 111101 | 0 | 111 | 100011001 | 1010001 | 1000001 |
Color Harmonies of #C05DEE
Complementary color
Monochromatic Colors of #C05DEE
Black with #C05DEE
Text Example
Text Example
White with #C05DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DEE; }
p { color: rgb(192,93,238); }
H1.HeaderClassName
{
color: #C05DEE;
}
.AnyTagClassName
{
color: #C05DEE;
}
</style>
background-color css
<style>
a { background-color: #C05DEE; }
a { background-color: rgb(192,93,238); }
div.DivClassName
{
background-color: #C05DEE;
}
.BgClassName
{
background-color: #C05DEE;
}
</style>
border-color css
<style>
span { border-color: #C05DEE; }
span { border-color: rgb(192,93,238); }
td.TdClassName
{
border-color: #C05DEE;
}
.TagClassName
{
border-color: #C05DEE;
}
</style>