Shades of Medium Orchid #C660D0
Tints of Medium Orchid #C660D0
RGB
CMYK
RGB Variations
Color information
#C660D0 (or 0xC660D0) is known color: Medium Orchid. HEX triplet: C6, 60 and D0. RGB value is (198,96,208). Sum of RGB (Red+Green+Blue) = 198+96+208=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #C660D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660D0 is #399F2F. Grayscale: #8A8A8A. Windows color (decimal): -3776304 or 13656262. OLE color: 13656262.
HSL color Cylindrical-coordinate representation of color #C660D0: hue angle of 294.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C660D0 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 96 | 208 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.18 |
| HSL | 294.64º | 0.54% | 0.6% | - |
| HSV(B) | 294.64º | 0.54% | 0.82% | - |
| XYZ | 38.86 | 24.93 | 62.44 | - |
| YUV | 139.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 208 | 0.05 | 0.54 | 0 | 0.18 | 294.64 | 0.54 | 0.6 |
| Hex | C6 | 60 | D0 | 5 | 36 | 0 | 12 | 127 | 36 | 3C |
| Octal | 306 | 140 | 320 | 5 | 66 | 0 | 22 | 447 | 66 | 74 |
| Binary | 11000110 | 1100000 | 11010000 | 101 | 110110 | 0 | 10010 | 100100111 | 110110 | 111100 |
Color Harmonies of #C660D0
Complementary color
Monochromatic Colors of #C660D0
Black with #C660D0
Text Example
Text Example
White with #C660D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660D0; }
p { color: rgb(198,96,208); }
H1.HeaderClassName
{
color: #C660D0;
}
.AnyTagClassName
{
color: #C660D0;
}
</style>
background-color css
<style>
a { background-color: #C660D0; }
a { background-color: rgb(198,96,208); }
div.DivClassName
{
background-color: #C660D0;
}
.BgClassName
{
background-color: #C660D0;
}
</style>
border-color css
<style>
span { border-color: #C660D0; }
span { border-color: rgb(198,96,208); }
td.TdClassName
{
border-color: #C660D0;
}
.TagClassName
{
border-color: #C660D0;
}
</style>