Shades of Medium Orchid #C643EB
Tints of Medium Orchid #C643EB
RGB
CMYK
RGB Variations
Color information
#C643EB (or 0xC643EB) is known color: Medium Orchid. HEX triplet: C6, 43 and EB. RGB value is (198,67,235). Sum of RGB (Red+Green+Blue) = 198+67+235=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C643EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C643EB is #39BC14. Grayscale: #7C7C7C. Windows color (decimal): -3783701 or 15418310. OLE color: 15418310.
HSL color Cylindrical-coordinate representation of color #C643EB: hue angle of 286.79º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C643EB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 67 | 235 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.08 |
| HSL | 286.79º | 0.81% | 0.59% | - |
| HSV(B) | 286.79º | 0.71% | 0.92% | - |
| XYZ | 40.29 | 22.02 | 80.72 | - |
| YUV | 125.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 235 | 0.16 | 0.71 | 0 | 0.08 | 286.79 | 0.81 | 0.59 |
| Hex | C6 | 43 | EB | 10 | 47 | 0 | 8 | 11F | 51 | 3B |
| Octal | 306 | 103 | 353 | 20 | 107 | 0 | 10 | 437 | 121 | 73 |
| Binary | 11000110 | 1000011 | 11101011 | 10000 | 1000111 | 0 | 1000 | 100011111 | 1010001 | 111011 |
Color Harmonies of #C643EB
Complementary color
Monochromatic Colors of #C643EB
Black with #C643EB
Text Example
Text Example
White with #C643EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643EB; }
p { color: rgb(198,67,235); }
H1.HeaderClassName
{
color: #C643EB;
}
.AnyTagClassName
{
color: #C643EB;
}
</style>
background-color css
<style>
a { background-color: #C643EB; }
a { background-color: rgb(198,67,235); }
div.DivClassName
{
background-color: #C643EB;
}
.BgClassName
{
background-color: #C643EB;
}
</style>
border-color css
<style>
span { border-color: #C643EB; }
span { border-color: rgb(198,67,235); }
td.TdClassName
{
border-color: #C643EB;
}
.TagClassName
{
border-color: #C643EB;
}
</style>