Shades of Medium Orchid #C668DD
Tints of Medium Orchid #C668DD
RGB
CMYK
RGB Variations
Color information
#C668DD (or 0xC668DD) is known color: Medium Orchid. HEX triplet: C6, 68 and DD. RGB value is (198,104,221). Sum of RGB (Red+Green+Blue) = 198+104+221=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #C668DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668DD is #399722. Grayscale: #919191. Windows color (decimal): -3774243 or 14510278. OLE color: 14510278.
HSL color Cylindrical-coordinate representation of color #C668DD: hue angle of 288.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C668DD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 104 | 221 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.13 |
| HSL | 288.21º | 0.63% | 0.64% | - |
| HSV(B) | 288.21º | 0.53% | 0.87% | - |
| XYZ | 41.29 | 27.13 | 71.47 | - |
| YUV | 145.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 221 | 0.10 | 0.53 | 0 | 0.13 | 288.21 | 0.63 | 0.64 |
| Hex | C6 | 68 | DD | A | 35 | 0 | D | 120 | 3F | 40 |
| Octal | 306 | 150 | 335 | 12 | 65 | 0 | 15 | 440 | 77 | 100 |
| Binary | 11000110 | 1101000 | 11011101 | 1010 | 110101 | 0 | 1101 | 100100000 | 111111 | 1000000 |
Color Harmonies of #C668DD
Complementary color
Monochromatic Colors of #C668DD
Black with #C668DD
Text Example
Text Example
White with #C668DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668DD; }
p { color: rgb(198,104,221); }
H1.HeaderClassName
{
color: #C668DD;
}
.AnyTagClassName
{
color: #C668DD;
}
</style>
background-color css
<style>
a { background-color: #C668DD; }
a { background-color: rgb(198,104,221); }
div.DivClassName
{
background-color: #C668DD;
}
.BgClassName
{
background-color: #C668DD;
}
</style>
border-color css
<style>
span { border-color: #C668DD; }
span { border-color: rgb(198,104,221); }
td.TdClassName
{
border-color: #C668DD;
}
.TagClassName
{
border-color: #C668DD;
}
</style>