Shades of Medium Orchid #C66BE7
Tints of Medium Orchid #C66BE7
RGB
CMYK
RGB Variations
Color information
#C66BE7 (or 0xC66BE7) is known color: Medium Orchid. HEX triplet: C6, 6B and E7. RGB value is (198,107,231). Sum of RGB (Red+Green+Blue) = 198+107+231=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #C66BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BE7 is #399418. Grayscale: #939393. Windows color (decimal): -3773465 or 15166406. OLE color: 15166406.
HSL color Cylindrical-coordinate representation of color #C66BE7: hue angle of 284.03º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C66BE7 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 107 | 231 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.09 |
| HSL | 284.03º | 0.72% | 0.66% | - |
| HSV(B) | 284.03º | 0.54% | 0.91% | - |
| XYZ | 42.97 | 28.29 | 78.8 | - |
| YUV | 148.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 231 | 0.14 | 0.54 | 0 | 0.09 | 284.03 | 0.72 | 0.66 |
| Hex | C6 | 6B | E7 | E | 36 | 0 | 9 | 11C | 48 | 42 |
| Octal | 306 | 153 | 347 | 16 | 66 | 0 | 11 | 434 | 110 | 102 |
| Binary | 11000110 | 1101011 | 11100111 | 1110 | 110110 | 0 | 1001 | 100011100 | 1001000 | 1000010 |
Color Harmonies of #C66BE7
Complementary color
Monochromatic Colors of #C66BE7
Black with #C66BE7
Text Example
Text Example
White with #C66BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BE7; }
p { color: rgb(198,107,231); }
H1.HeaderClassName
{
color: #C66BE7;
}
.AnyTagClassName
{
color: #C66BE7;
}
</style>
background-color css
<style>
a { background-color: #C66BE7; }
a { background-color: rgb(198,107,231); }
div.DivClassName
{
background-color: #C66BE7;
}
.BgClassName
{
background-color: #C66BE7;
}
</style>
border-color css
<style>
span { border-color: #C66BE7; }
span { border-color: rgb(198,107,231); }
td.TdClassName
{
border-color: #C66BE7;
}
.TagClassName
{
border-color: #C66BE7;
}
</style>