Shades of Medium Orchid #C05DDF
Tints of Medium Orchid #C05DDF
RGB
CMYK
RGB Variations
Color information
#C05DDF (or 0xC05DDF) is known color: Medium Orchid. HEX triplet: C0, 5D and DF. RGB value is (192,93,223). Sum of RGB (Red+Green+Blue) = 192+93+223=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C05DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DDF is #3FA220. Grayscale: #898989. Windows color (decimal): -4170273 or 14638528. OLE color: 14638528.
HSL color Cylindrical-coordinate representation of color #C05DDF: hue angle of 285.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05DDF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 93 | 223 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 285.69º | 0.67% | 0.62% | - |
| HSV(B) | 285.69º | 0.58% | 0.87% | - |
| XYZ | 38.97 | 24.36 | 72.46 | - |
| YUV | 137.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 223 | 0.14 | 0.58 | 0 | 0.13 | 285.69 | 0.67 | 0.62 |
| Hex | C0 | 5D | DF | E | 3A | 0 | D | 11E | 43 | 3E |
| Octal | 300 | 135 | 337 | 16 | 72 | 0 | 15 | 436 | 103 | 76 |
| Binary | 11000000 | 1011101 | 11011111 | 1110 | 111010 | 0 | 1101 | 100011110 | 1000011 | 111110 |
Color Harmonies of #C05DDF
Complementary color
Monochromatic Colors of #C05DDF
Black with #C05DDF
Text Example
Text Example
White with #C05DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DDF; }
p { color: rgb(192,93,223); }
H1.HeaderClassName
{
color: #C05DDF;
}
.AnyTagClassName
{
color: #C05DDF;
}
</style>
background-color css
<style>
a { background-color: #C05DDF; }
a { background-color: rgb(192,93,223); }
div.DivClassName
{
background-color: #C05DDF;
}
.BgClassName
{
background-color: #C05DDF;
}
</style>
border-color css
<style>
span { border-color: #C05DDF; }
span { border-color: rgb(192,93,223); }
td.TdClassName
{
border-color: #C05DDF;
}
.TagClassName
{
border-color: #C05DDF;
}
</style>