Shades of Medium Orchid #C05DEF
Tints of Medium Orchid #C05DEF
RGB
CMYK
RGB Variations
Color information
#C05DEF (or 0xC05DEF) is known color: Medium Orchid. HEX triplet: C0, 5D and EF. RGB value is (192,93,239). Sum of RGB (Red+Green+Blue) = 192+93+239=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #C05DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DEF is #3FA210. Grayscale: #8A8A8A. Windows color (decimal): -4170257 or 15687104. OLE color: 15687104.
HSL color Cylindrical-coordinate representation of color #C05DEF: hue angle of 280.68º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05DEF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 93 | 239 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.06 |
| HSL | 280.68º | 0.82% | 0.65% | - |
| HSV(B) | 280.68º | 0.61% | 0.94% | - |
| XYZ | 41.23 | 25.27 | 84.37 | - |
| YUV | 139.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 239 | 0.20 | 0.61 | 0 | 0.06 | 280.68 | 0.82 | 0.65 |
| Hex | C0 | 5D | EF | 14 | 3D | 0 | 6 | 119 | 52 | 41 |
| Octal | 300 | 135 | 357 | 24 | 75 | 0 | 6 | 431 | 122 | 101 |
| Binary | 11000000 | 1011101 | 11101111 | 10100 | 111101 | 0 | 110 | 100011001 | 1010010 | 1000001 |
Color Harmonies of #C05DEF
Complementary color
Monochromatic Colors of #C05DEF
Black with #C05DEF
Text Example
Text Example
White with #C05DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DEF; }
p { color: rgb(192,93,239); }
H1.HeaderClassName
{
color: #C05DEF;
}
.AnyTagClassName
{
color: #C05DEF;
}
</style>
background-color css
<style>
a { background-color: #C05DEF; }
a { background-color: rgb(192,93,239); }
div.DivClassName
{
background-color: #C05DEF;
}
.BgClassName
{
background-color: #C05DEF;
}
</style>
border-color css
<style>
span { border-color: #C05DEF; }
span { border-color: rgb(192,93,239); }
td.TdClassName
{
border-color: #C05DEF;
}
.TagClassName
{
border-color: #C05DEF;
}
</style>