Shades of Medium Orchid #C665DD
Tints of Medium Orchid #C665DD
RGB
CMYK
RGB Variations
Color information
#C665DD (or 0xC665DD) is known color: Medium Orchid. HEX triplet: C6, 65 and DD. RGB value is (198,101,221). Sum of RGB (Red+Green+Blue) = 198+101+221=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C665DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665DD is #399A22. Grayscale: #8F8F8F. Windows color (decimal): -3775011 or 14509510. OLE color: 14509510.
HSL color Cylindrical-coordinate representation of color #C665DD: hue angle of 288.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C665DD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 101 | 221 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.13 |
| HSL | 288.5º | 0.64% | 0.63% | - |
| HSV(B) | 288.5º | 0.54% | 0.87% | - |
| XYZ | 40.99 | 26.53 | 71.37 | - |
| YUV | 143.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 221 | 0.10 | 0.54 | 0 | 0.13 | 288.5 | 0.64 | 0.63 |
| Hex | C6 | 65 | DD | A | 36 | 0 | D | 120 | 40 | 3F |
| Octal | 306 | 145 | 335 | 12 | 66 | 0 | 15 | 440 | 100 | 77 |
| Binary | 11000110 | 1100101 | 11011101 | 1010 | 110110 | 0 | 1101 | 100100000 | 1000000 | 111111 |
Color Harmonies of #C665DD
Complementary color
Monochromatic Colors of #C665DD
Black with #C665DD
Text Example
Text Example
White with #C665DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665DD; }
p { color: rgb(198,101,221); }
H1.HeaderClassName
{
color: #C665DD;
}
.AnyTagClassName
{
color: #C665DD;
}
</style>
background-color css
<style>
a { background-color: #C665DD; }
a { background-color: rgb(198,101,221); }
div.DivClassName
{
background-color: #C665DD;
}
.BgClassName
{
background-color: #C665DD;
}
</style>
border-color css
<style>
span { border-color: #C665DD; }
span { border-color: rgb(198,101,221); }
td.TdClassName
{
border-color: #C665DD;
}
.TagClassName
{
border-color: #C665DD;
}
</style>