Shades of Medium Orchid #C643ED
Tints of Medium Orchid #C643ED
RGB
CMYK
RGB Variations
Color information
#C643ED (or 0xC643ED) is known color: Medium Orchid. HEX triplet: C6, 43 and ED. RGB value is (198,67,237). Sum of RGB (Red+Green+Blue) = 198+67+237=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #C643ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C643ED is #39BC12. Grayscale: #7D7D7D. Windows color (decimal): -3783699 or 15549382. OLE color: 15549382.
HSL color Cylindrical-coordinate representation of color #C643ED: hue angle of 286.24º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C643ED is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 67 | 237 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 286.24º | 0.83% | 0.6% | - |
| HSV(B) | 286.24º | 0.72% | 0.93% | - |
| XYZ | 40.58 | 22.13 | 82.25 | - |
| YUV | 125.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 237 | 0.16 | 0.72 | 0 | 0.07 | 286.24 | 0.83 | 0.6 |
| Hex | C6 | 43 | ED | 10 | 48 | 0 | 7 | 11E | 53 | 3C |
| Octal | 306 | 103 | 355 | 20 | 110 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11000110 | 1000011 | 11101101 | 10000 | 1001000 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C643ED
Complementary color
Monochromatic Colors of #C643ED
Black with #C643ED
Text Example
Text Example
White with #C643ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643ED; }
p { color: rgb(198,67,237); }
H1.HeaderClassName
{
color: #C643ED;
}
.AnyTagClassName
{
color: #C643ED;
}
</style>
background-color css
<style>
a { background-color: #C643ED; }
a { background-color: rgb(198,67,237); }
div.DivClassName
{
background-color: #C643ED;
}
.BgClassName
{
background-color: #C643ED;
}
</style>
border-color css
<style>
span { border-color: #C643ED; }
span { border-color: rgb(198,67,237); }
td.TdClassName
{
border-color: #C643ED;
}
.TagClassName
{
border-color: #C643ED;
}
</style>