Shades of Medium Orchid #C641ED
Tints of Medium Orchid #C641ED
RGB
CMYK
RGB Variations
Color information
#C641ED (or 0xC641ED) is known color: Medium Orchid. HEX triplet: C6, 41 and ED. RGB value is (198,65,237). Sum of RGB (Red+Green+Blue) = 198+65+237=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C641ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641ED is #39BE12. Grayscale: #7B7B7B. Windows color (decimal): -3784211 or 15548870. OLE color: 15548870.
HSL color Cylindrical-coordinate representation of color #C641ED: hue angle of 286.4º 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 #C641ED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 65 | 237 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.4º | 0.83% | 0.59% | - |
| HSV(B) | 286.4º | 0.73% | 0.93% | - |
| XYZ | 40.47 | 21.9 | 82.22 | - |
| YUV | 124.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 237 | 0.16 | 0.73 | 0 | 0.07 | 286.4 | 0.83 | 0.59 |
| Hex | C6 | 41 | ED | 10 | 49 | 0 | 7 | 11E | 53 | 3B |
| Octal | 306 | 101 | 355 | 20 | 111 | 0 | 7 | 436 | 123 | 73 |
| Binary | 11000110 | 1000001 | 11101101 | 10000 | 1001001 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C641ED
Complementary color
Monochromatic Colors of #C641ED
Black with #C641ED
Text Example
Text Example
White with #C641ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641ED; }
p { color: rgb(198,65,237); }
H1.HeaderClassName
{
color: #C641ED;
}
.AnyTagClassName
{
color: #C641ED;
}
</style>
background-color css
<style>
a { background-color: #C641ED; }
a { background-color: rgb(198,65,237); }
div.DivClassName
{
background-color: #C641ED;
}
.BgClassName
{
background-color: #C641ED;
}
</style>
border-color css
<style>
span { border-color: #C641ED; }
span { border-color: rgb(198,65,237); }
td.TdClassName
{
border-color: #C641ED;
}
.TagClassName
{
border-color: #C641ED;
}
</style>