Shades of Medium Orchid #C66BDA
Tints of Medium Orchid #C66BDA
RGB
CMYK
RGB Variations
Color information
#C66BDA (or 0xC66BDA) is known color: Medium Orchid. HEX triplet: C6, 6B and DA. RGB value is (198,107,218). Sum of RGB (Red+Green+Blue) = 198+107+218=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C66BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BDA is #399425. Grayscale: #929292. Windows color (decimal): -3773478 or 14314438. OLE color: 14314438.
HSL color Cylindrical-coordinate representation of color #C66BDA: hue angle of 289.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66BDA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 107 | 218 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.15 |
| HSL | 289.19º | 0.6% | 0.64% | - |
| HSV(B) | 289.19º | 0.51% | 0.85% | - |
| XYZ | 41.2 | 27.58 | 69.48 | - |
| YUV | 146.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 218 | 0.09 | 0.51 | 0 | 0.15 | 289.19 | 0.6 | 0.64 |
| Hex | C6 | 6B | DA | 9 | 33 | 0 | F | 121 | 3C | 40 |
| Octal | 306 | 153 | 332 | 11 | 63 | 0 | 17 | 441 | 74 | 100 |
| Binary | 11000110 | 1101011 | 11011010 | 1001 | 110011 | 0 | 1111 | 100100001 | 111100 | 1000000 |
Color Harmonies of #C66BDA
Complementary color
Monochromatic Colors of #C66BDA
Black with #C66BDA
Text Example
Text Example
White with #C66BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BDA; }
p { color: rgb(198,107,218); }
H1.HeaderClassName
{
color: #C66BDA;
}
.AnyTagClassName
{
color: #C66BDA;
}
</style>
background-color css
<style>
a { background-color: #C66BDA; }
a { background-color: rgb(198,107,218); }
div.DivClassName
{
background-color: #C66BDA;
}
.BgClassName
{
background-color: #C66BDA;
}
</style>
border-color css
<style>
span { border-color: #C66BDA; }
span { border-color: rgb(198,107,218); }
td.TdClassName
{
border-color: #C66BDA;
}
.TagClassName
{
border-color: #C66BDA;
}
</style>