Shades of Medium Orchid #C66BE6
Tints of Medium Orchid #C66BE6
RGB
CMYK
RGB Variations
Color information
#C66BE6 (or 0xC66BE6) is known color: Medium Orchid. HEX triplet: C6, 6B and E6. RGB value is (198,107,230). Sum of RGB (Red+Green+Blue) = 198+107+230=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #C66BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BE6 is #399419. Grayscale: #939393. Windows color (decimal): -3773466 or 15100870. OLE color: 15100870.
HSL color Cylindrical-coordinate representation of color #C66BE6: hue angle of 284.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66BE6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 107 | 230 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.10 |
| HSL | 284.39º | 0.71% | 0.66% | - |
| HSV(B) | 284.39º | 0.53% | 0.9% | - |
| XYZ | 42.83 | 28.23 | 78.06 | - |
| YUV | 148.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 230 | 0.14 | 0.53 | 0 | 0.10 | 284.39 | 0.71 | 0.66 |
| Hex | C6 | 6B | E6 | E | 35 | 0 | A | 11C | 47 | 42 |
| Octal | 306 | 153 | 346 | 16 | 65 | 0 | 12 | 434 | 107 | 102 |
| Binary | 11000110 | 1101011 | 11100110 | 1110 | 110101 | 0 | 1010 | 100011100 | 1000111 | 1000010 |
Color Harmonies of #C66BE6
Complementary color
Monochromatic Colors of #C66BE6
Black with #C66BE6
Text Example
Text Example
White with #C66BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BE6; }
p { color: rgb(198,107,230); }
H1.HeaderClassName
{
color: #C66BE6;
}
.AnyTagClassName
{
color: #C66BE6;
}
</style>
background-color css
<style>
a { background-color: #C66BE6; }
a { background-color: rgb(198,107,230); }
div.DivClassName
{
background-color: #C66BE6;
}
.BgClassName
{
background-color: #C66BE6;
}
</style>
border-color css
<style>
span { border-color: #C66BE6; }
span { border-color: rgb(198,107,230); }
td.TdClassName
{
border-color: #C66BE6;
}
.TagClassName
{
border-color: #C66BE6;
}
</style>