Shades of Medium Orchid #C640ED
Tints of Medium Orchid #C640ED
RGB
CMYK
RGB Variations
Color information
#C640ED (or 0xC640ED) is known color: Medium Orchid. HEX triplet: C6, 40 and ED. RGB value is (198,64,237). Sum of RGB (Red+Green+Blue) = 198+64+237=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #C640ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640ED is #39BF12. Grayscale: #7B7B7B. Windows color (decimal): -3784467 or 15548614. OLE color: 15548614.
HSL color Cylindrical-coordinate representation of color #C640ED: hue angle of 286.47º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C640ED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 64 | 237 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.47º | 0.83% | 0.59% | - |
| HSV(B) | 286.47º | 0.73% | 0.93% | - |
| XYZ | 40.41 | 21.79 | 82.2 | - |
| YUV | 123.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 237 | 0.16 | 0.73 | 0 | 0.07 | 286.47 | 0.83 | 0.59 |
| Hex | C6 | 40 | ED | 10 | 49 | 0 | 7 | 11E | 53 | 3B |
| Octal | 306 | 100 | 355 | 20 | 111 | 0 | 7 | 436 | 123 | 73 |
| Binary | 11000110 | 1000000 | 11101101 | 10000 | 1001001 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C640ED
Complementary color
Monochromatic Colors of #C640ED
Black with #C640ED
Text Example
Text Example
White with #C640ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640ED; }
p { color: rgb(198,64,237); }
H1.HeaderClassName
{
color: #C640ED;
}
.AnyTagClassName
{
color: #C640ED;
}
</style>
background-color css
<style>
a { background-color: #C640ED; }
a { background-color: rgb(198,64,237); }
div.DivClassName
{
background-color: #C640ED;
}
.BgClassName
{
background-color: #C640ED;
}
</style>
border-color css
<style>
span { border-color: #C640ED; }
span { border-color: rgb(198,64,237); }
td.TdClassName
{
border-color: #C640ED;
}
.TagClassName
{
border-color: #C640ED;
}
</style>