Shades of Medium Orchid #C634EC
Tints of Medium Orchid #C634EC
RGB
CMYK
RGB Variations
Color information
#C634EC (or 0xC634EC) is known color: Medium Orchid. HEX triplet: C6, 34 and EC. RGB value is (198,52,236). Sum of RGB (Red+Green+Blue) = 198+52+236=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #C634EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C634EC is #39CB13. Grayscale: #747474. Windows color (decimal): -3787540 or 15480006. OLE color: 15480006.
HSL color Cylindrical-coordinate representation of color #C634EC: hue angle of 287.61º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C634EC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 52 | 236 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 287.61º | 0.83% | 0.56% | - |
| HSV(B) | 287.61º | 0.78% | 0.93% | - |
| XYZ | 39.66 | 20.52 | 81.23 | - |
| YUV | 116.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 236 | 0.16 | 0.78 | 0 | 0.07 | 287.61 | 0.83 | 0.56 |
| Hex | C6 | 34 | EC | 10 | 4E | 0 | 7 | 120 | 53 | 38 |
| Octal | 306 | 64 | 354 | 20 | 116 | 0 | 7 | 440 | 123 | 70 |
| Binary | 11000110 | 110100 | 11101100 | 10000 | 1001110 | 0 | 111 | 100100000 | 1010011 | 111000 |
Color Harmonies of #C634EC
Complementary color
Monochromatic Colors of #C634EC
Black with #C634EC
Text Example
Text Example
White with #C634EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634EC; }
p { color: rgb(198,52,236); }
H1.HeaderClassName
{
color: #C634EC;
}
.AnyTagClassName
{
color: #C634EC;
}
</style>
background-color css
<style>
a { background-color: #C634EC; }
a { background-color: rgb(198,52,236); }
div.DivClassName
{
background-color: #C634EC;
}
.BgClassName
{
background-color: #C634EC;
}
</style>
border-color css
<style>
span { border-color: #C634EC; }
span { border-color: rgb(198,52,236); }
td.TdClassName
{
border-color: #C634EC;
}
.TagClassName
{
border-color: #C634EC;
}
</style>