Shades of Medium Orchid #C66CDA
Tints of Medium Orchid #C66CDA
RGB
CMYK
RGB Variations
Color information
#C66CDA (or 0xC66CDA) is known color: Medium Orchid. HEX triplet: C6, 6C and DA. RGB value is (198,108,218). Sum of RGB (Red+Green+Blue) = 198+108+218=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C66CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CDA is #399325. Grayscale: #939393. Windows color (decimal): -3773222 or 14314694. OLE color: 14314694.
HSL color Cylindrical-coordinate representation of color #C66CDA: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66CDA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 108 | 218 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.15 |
| HSL | 289.09º | 0.6% | 0.64% | - |
| HSV(B) | 289.09º | 0.5% | 0.85% | - |
| XYZ | 41.31 | 27.79 | 69.52 | - |
| YUV | 147.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 218 | 0.09 | 0.50 | 0 | 0.15 | 289.09 | 0.6 | 0.64 |
| Hex | C6 | 6C | DA | 9 | 32 | 0 | F | 121 | 3C | 40 |
| Octal | 306 | 154 | 332 | 11 | 62 | 0 | 17 | 441 | 74 | 100 |
| Binary | 11000110 | 1101100 | 11011010 | 1001 | 110010 | 0 | 1111 | 100100001 | 111100 | 1000000 |
Color Harmonies of #C66CDA
Complementary color
Monochromatic Colors of #C66CDA
Black with #C66CDA
Text Example
Text Example
White with #C66CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CDA; }
p { color: rgb(198,108,218); }
H1.HeaderClassName
{
color: #C66CDA;
}
.AnyTagClassName
{
color: #C66CDA;
}
</style>
background-color css
<style>
a { background-color: #C66CDA; }
a { background-color: rgb(198,108,218); }
div.DivClassName
{
background-color: #C66CDA;
}
.BgClassName
{
background-color: #C66CDA;
}
</style>
border-color css
<style>
span { border-color: #C66CDA; }
span { border-color: rgb(198,108,218); }
td.TdClassName
{
border-color: #C66CDA;
}
.TagClassName
{
border-color: #C66CDA;
}
</style>