Shades of Medium Orchid #C05BDD
Tints of Medium Orchid #C05BDD
RGB
CMYK
RGB Variations
Color information
#C05BDD (or 0xC05BDD) is known color: Medium Orchid. HEX triplet: C0, 5B and DD. RGB value is (192,91,221). Sum of RGB (Red+Green+Blue) = 192+91+221=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C05BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BDD is #3FA422. Grayscale: #878787. Windows color (decimal): -4170787 or 14506944. OLE color: 14506944.
HSL color Cylindrical-coordinate representation of color #C05BDD: hue angle of 286.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05BDD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 91 | 221 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 286.62º | 0.66% | 0.61% | - |
| HSV(B) | 286.62º | 0.59% | 0.87% | - |
| XYZ | 38.53 | 23.91 | 70.99 | - |
| YUV | 136.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 221 | 0.13 | 0.59 | 0 | 0.13 | 286.62 | 0.66 | 0.61 |
| Hex | C0 | 5B | DD | D | 3B | 0 | D | 11F | 42 | 3D |
| Octal | 300 | 133 | 335 | 15 | 73 | 0 | 15 | 437 | 102 | 75 |
| Binary | 11000000 | 1011011 | 11011101 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000010 | 111101 |
Color Harmonies of #C05BDD
Complementary color
Monochromatic Colors of #C05BDD
Black with #C05BDD
Text Example
Text Example
White with #C05BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BDD; }
p { color: rgb(192,91,221); }
H1.HeaderClassName
{
color: #C05BDD;
}
.AnyTagClassName
{
color: #C05BDD;
}
</style>
background-color css
<style>
a { background-color: #C05BDD; }
a { background-color: rgb(192,91,221); }
div.DivClassName
{
background-color: #C05BDD;
}
.BgClassName
{
background-color: #C05BDD;
}
</style>
border-color css
<style>
span { border-color: #C05BDD; }
span { border-color: rgb(192,91,221); }
td.TdClassName
{
border-color: #C05BDD;
}
.TagClassName
{
border-color: #C05BDD;
}
</style>