Shades of Medium Orchid #C66BE4
Tints of Medium Orchid #C66BE4
RGB
CMYK
RGB Variations
Color information
#C66BE4 (or 0xC66BE4) is known color: Medium Orchid. HEX triplet: C6, 6B and E4. RGB value is (198,107,228). Sum of RGB (Red+Green+Blue) = 198+107+228=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #C66BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BE4 is #39941B. Grayscale: #939393. Windows color (decimal): -3773468 or 14969798. OLE color: 14969798.
HSL color Cylindrical-coordinate representation of color #C66BE4: hue angle of 285.12º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66BE4 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 107 | 228 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.11 |
| HSL | 285.12º | 0.69% | 0.66% | - |
| HSV(B) | 285.12º | 0.53% | 0.89% | - |
| XYZ | 42.55 | 28.12 | 76.58 | - |
| YUV | 148 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 228 | 0.13 | 0.53 | 0 | 0.11 | 285.12 | 0.69 | 0.66 |
| Hex | C6 | 6B | E4 | D | 35 | 0 | B | 11D | 45 | 42 |
| Octal | 306 | 153 | 344 | 15 | 65 | 0 | 13 | 435 | 105 | 102 |
| Binary | 11000110 | 1101011 | 11100100 | 1101 | 110101 | 0 | 1011 | 100011101 | 1000101 | 1000010 |
Color Harmonies of #C66BE4
Complementary color
Monochromatic Colors of #C66BE4
Black with #C66BE4
Text Example
Text Example
White with #C66BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BE4; }
p { color: rgb(198,107,228); }
H1.HeaderClassName
{
color: #C66BE4;
}
.AnyTagClassName
{
color: #C66BE4;
}
</style>
background-color css
<style>
a { background-color: #C66BE4; }
a { background-color: rgb(198,107,228); }
div.DivClassName
{
background-color: #C66BE4;
}
.BgClassName
{
background-color: #C66BE4;
}
</style>
border-color css
<style>
span { border-color: #C66BE4; }
span { border-color: rgb(198,107,228); }
td.TdClassName
{
border-color: #C66BE4;
}
.TagClassName
{
border-color: #C66BE4;
}
</style>