Shades of Medium Orchid #C660DC
Tints of Medium Orchid #C660DC
RGB
CMYK
RGB Variations
Color information
#C660DC (or 0xC660DC) is known color: Medium Orchid. HEX triplet: C6, 60 and DC. RGB value is (198,96,220). Sum of RGB (Red+Green+Blue) = 198+96+220=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C660DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660DC is #399F23. Grayscale: #8C8C8C. Windows color (decimal): -3776292 or 14442694. OLE color: 14442694.
HSL color Cylindrical-coordinate representation of color #C660DC: hue angle of 289.35º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C660DC is Cyan = 0.1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 96 | 220 | - |
| CMYK | 0.1 | 0.56 | 0 | 0.14 |
| HSL | 289.35º | 0.64% | 0.62% | - |
| HSV(B) | 289.35º | 0.56% | 0.86% | - |
| XYZ | 40.39 | 25.54 | 70.51 | - |
| YUV | 140.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 220 | 0.1 | 0.56 | 0 | 0.14 | 289.35 | 0.64 | 0.62 |
| Hex | C6 | 60 | DC | A | 38 | 0 | E | 121 | 40 | 3E |
| Octal | 306 | 140 | 334 | 12 | 70 | 0 | 16 | 441 | 100 | 76 |
| Binary | 11000110 | 1100000 | 11011100 | 1010 | 111000 | 0 | 1110 | 100100001 | 1000000 | 111110 |
Color Harmonies of #C660DC
Complementary color
Monochromatic Colors of #C660DC
Black with #C660DC
Text Example
Text Example
White with #C660DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660DC; }
p { color: rgb(198,96,220); }
H1.HeaderClassName
{
color: #C660DC;
}
.AnyTagClassName
{
color: #C660DC;
}
</style>
background-color css
<style>
a { background-color: #C660DC; }
a { background-color: rgb(198,96,220); }
div.DivClassName
{
background-color: #C660DC;
}
.BgClassName
{
background-color: #C660DC;
}
</style>
border-color css
<style>
span { border-color: #C660DC; }
span { border-color: rgb(198,96,220); }
td.TdClassName
{
border-color: #C660DC;
}
.TagClassName
{
border-color: #C660DC;
}
</style>