Shades of Medium Orchid #C668DA
Tints of Medium Orchid #C668DA
RGB
CMYK
RGB Variations
Color information
#C668DA (or 0xC668DA) is known color: Medium Orchid. HEX triplet: C6, 68 and DA. RGB value is (198,104,218). Sum of RGB (Red+Green+Blue) = 198+104+218=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C668DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668DA is #399725. Grayscale: #909090. Windows color (decimal): -3774246 or 14313670. OLE color: 14313670.
HSL color Cylindrical-coordinate representation of color #C668DA: hue angle of 289.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C668DA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 104 | 218 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.15 |
| HSL | 289.47º | 0.61% | 0.63% | - |
| HSV(B) | 289.47º | 0.52% | 0.85% | - |
| XYZ | 40.89 | 26.97 | 69.38 | - |
| YUV | 145.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 218 | 0.09 | 0.52 | 0 | 0.15 | 289.47 | 0.61 | 0.63 |
| Hex | C6 | 68 | DA | 9 | 34 | 0 | F | 121 | 3D | 3F |
| Octal | 306 | 150 | 332 | 11 | 64 | 0 | 17 | 441 | 75 | 77 |
| Binary | 11000110 | 1101000 | 11011010 | 1001 | 110100 | 0 | 1111 | 100100001 | 111101 | 111111 |
Color Harmonies of #C668DA
Complementary color
Monochromatic Colors of #C668DA
Black with #C668DA
Text Example
Text Example
White with #C668DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668DA; }
p { color: rgb(198,104,218); }
H1.HeaderClassName
{
color: #C668DA;
}
.AnyTagClassName
{
color: #C668DA;
}
</style>
background-color css
<style>
a { background-color: #C668DA; }
a { background-color: rgb(198,104,218); }
div.DivClassName
{
background-color: #C668DA;
}
.BgClassName
{
background-color: #C668DA;
}
</style>
border-color css
<style>
span { border-color: #C668DA; }
span { border-color: rgb(198,104,218); }
td.TdClassName
{
border-color: #C668DA;
}
.TagClassName
{
border-color: #C668DA;
}
</style>