Shades of Medium Orchid #C64CEB
Tints of Medium Orchid #C64CEB
RGB
CMYK
RGB Variations
Color information
#C64CEB (or 0xC64CEB) is known color: Medium Orchid. HEX triplet: C6, 4C and EB. RGB value is (198,76,235). Sum of RGB (Red+Green+Blue) = 198+76+235=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #C64CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CEB is #39B314. Grayscale: #828282. Windows color (decimal): -3781397 or 15420614. OLE color: 15420614.
HSL color Cylindrical-coordinate representation of color #C64CEB: hue angle of 286.04º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64CEB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 76 | 235 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.08 |
| HSL | 286.04º | 0.8% | 0.61% | - |
| HSV(B) | 286.04º | 0.68% | 0.92% | - |
| XYZ | 40.87 | 23.17 | 80.92 | - |
| YUV | 130.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 235 | 0.16 | 0.68 | 0 | 0.08 | 286.04 | 0.8 | 0.61 |
| Hex | C6 | 4C | EB | 10 | 44 | 0 | 8 | 11E | 50 | 3D |
| Octal | 306 | 114 | 353 | 20 | 104 | 0 | 10 | 436 | 120 | 75 |
| Binary | 11000110 | 1001100 | 11101011 | 10000 | 1000100 | 0 | 1000 | 100011110 | 1010000 | 111101 |
Color Harmonies of #C64CEB
Complementary color
Monochromatic Colors of #C64CEB
Black with #C64CEB
Text Example
Text Example
White with #C64CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CEB; }
p { color: rgb(198,76,235); }
H1.HeaderClassName
{
color: #C64CEB;
}
.AnyTagClassName
{
color: #C64CEB;
}
</style>
background-color css
<style>
a { background-color: #C64CEB; }
a { background-color: rgb(198,76,235); }
div.DivClassName
{
background-color: #C64CEB;
}
.BgClassName
{
background-color: #C64CEB;
}
</style>
border-color css
<style>
span { border-color: #C64CEB; }
span { border-color: rgb(198,76,235); }
td.TdClassName
{
border-color: #C64CEB;
}
.TagClassName
{
border-color: #C64CEB;
}
</style>