Shades of Medium Orchid #C060D9
Tints of Medium Orchid #C060D9
RGB
CMYK
RGB Variations
Color information
#C060D9 (or 0xC060D9) is known color: Medium Orchid. HEX triplet: C0, 60 and D9. RGB value is (192,96,217). Sum of RGB (Red+Green+Blue) = 192+96+217=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #C060D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060D9 is #3F9F26. Grayscale: #8A8A8A. Windows color (decimal): -4169511 or 14246080. OLE color: 14246080.
HSL color Cylindrical-coordinate representation of color #C060D9: hue angle of 287.6º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C060D9 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 96 | 217 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.15 |
| HSL | 287.6º | 0.61% | 0.61% | - |
| HSV(B) | 287.6º | 0.56% | 0.85% | - |
| XYZ | 38.45 | 24.58 | 68.36 | - |
| YUV | 138.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 217 | 0.12 | 0.56 | 0 | 0.15 | 287.6 | 0.61 | 0.61 |
| Hex | C0 | 60 | D9 | C | 38 | 0 | F | 120 | 3D | 3D |
| Octal | 300 | 140 | 331 | 14 | 70 | 0 | 17 | 440 | 75 | 75 |
| Binary | 11000000 | 1100000 | 11011001 | 1100 | 111000 | 0 | 1111 | 100100000 | 111101 | 111101 |
Color Harmonies of #C060D9
Complementary color
Monochromatic Colors of #C060D9
Black with #C060D9
Text Example
Text Example
White with #C060D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060D9; }
p { color: rgb(192,96,217); }
H1.HeaderClassName
{
color: #C060D9;
}
.AnyTagClassName
{
color: #C060D9;
}
</style>
background-color css
<style>
a { background-color: #C060D9; }
a { background-color: rgb(192,96,217); }
div.DivClassName
{
background-color: #C060D9;
}
.BgClassName
{
background-color: #C060D9;
}
</style>
border-color css
<style>
span { border-color: #C060D9; }
span { border-color: rgb(192,96,217); }
td.TdClassName
{
border-color: #C060D9;
}
.TagClassName
{
border-color: #C060D9;
}
</style>