Shades of Medium Orchid #C638ED
Tints of Medium Orchid #C638ED
RGB
CMYK
RGB Variations
Color information
#C638ED (or 0xC638ED) is known color: Medium Orchid. HEX triplet: C6, 38 and ED. RGB value is (198,56,237). Sum of RGB (Red+Green+Blue) = 198+56+237=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #C638ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638ED is #39C712. Grayscale: #767676. Windows color (decimal): -3786515 or 15546566. OLE color: 15546566.
HSL color Cylindrical-coordinate representation of color #C638ED: hue angle of 287.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C638ED is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 56 | 237 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.07 |
| HSL | 287.07º | 0.83% | 0.57% | - |
| HSV(B) | 287.07º | 0.76% | 0.93% | - |
| XYZ | 39.99 | 20.95 | 82.06 | - |
| YUV | 119.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 237 | 0.16 | 0.76 | 0 | 0.07 | 287.07 | 0.83 | 0.57 |
| Hex | C6 | 38 | ED | 10 | 4C | 0 | 7 | 11F | 53 | 39 |
| Octal | 306 | 70 | 355 | 20 | 114 | 0 | 7 | 437 | 123 | 71 |
| Binary | 11000110 | 111000 | 11101101 | 10000 | 1001100 | 0 | 111 | 100011111 | 1010011 | 111001 |
Color Harmonies of #C638ED
Complementary color
Monochromatic Colors of #C638ED
Black with #C638ED
Text Example
Text Example
White with #C638ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638ED; }
p { color: rgb(198,56,237); }
H1.HeaderClassName
{
color: #C638ED;
}
.AnyTagClassName
{
color: #C638ED;
}
</style>
background-color css
<style>
a { background-color: #C638ED; }
a { background-color: rgb(198,56,237); }
div.DivClassName
{
background-color: #C638ED;
}
.BgClassName
{
background-color: #C638ED;
}
</style>
border-color css
<style>
span { border-color: #C638ED; }
span { border-color: rgb(198,56,237); }
td.TdClassName
{
border-color: #C638ED;
}
.TagClassName
{
border-color: #C638ED;
}
</style>