Shades of Medium Orchid #C645EB
Tints of Medium Orchid #C645EB
RGB
CMYK
RGB Variations
Color information
#C645EB (or 0xC645EB) is known color: Medium Orchid. HEX triplet: C6, 45 and EB. RGB value is (198,69,235). Sum of RGB (Red+Green+Blue) = 198+69+235=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C645EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645EB is #39BA14. Grayscale: #7D7D7D. Windows color (decimal): -3783189 or 15418822. OLE color: 15418822.
HSL color Cylindrical-coordinate representation of color #C645EB: hue angle of 286.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C645EB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 69 | 235 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.08 |
| HSL | 286.63º | 0.81% | 0.6% | - |
| HSV(B) | 286.63º | 0.71% | 0.92% | - |
| XYZ | 40.41 | 22.26 | 80.76 | - |
| YUV | 126.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 235 | 0.16 | 0.71 | 0 | 0.08 | 286.63 | 0.81 | 0.6 |
| Hex | C6 | 45 | EB | 10 | 47 | 0 | 8 | 11F | 51 | 3C |
| Octal | 306 | 105 | 353 | 20 | 107 | 0 | 10 | 437 | 121 | 74 |
| Binary | 11000110 | 1000101 | 11101011 | 10000 | 1000111 | 0 | 1000 | 100011111 | 1010001 | 111100 |
Color Harmonies of #C645EB
Complementary color
Monochromatic Colors of #C645EB
Black with #C645EB
Text Example
Text Example
White with #C645EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645EB; }
p { color: rgb(198,69,235); }
H1.HeaderClassName
{
color: #C645EB;
}
.AnyTagClassName
{
color: #C645EB;
}
</style>
background-color css
<style>
a { background-color: #C645EB; }
a { background-color: rgb(198,69,235); }
div.DivClassName
{
background-color: #C645EB;
}
.BgClassName
{
background-color: #C645EB;
}
</style>
border-color css
<style>
span { border-color: #C645EB; }
span { border-color: rgb(198,69,235); }
td.TdClassName
{
border-color: #C645EB;
}
.TagClassName
{
border-color: #C645EB;
}
</style>