Shades of Medium Orchid #C642EC
Tints of Medium Orchid #C642EC
RGB
CMYK
RGB Variations
Color information
#C642EC (or 0xC642EC) is known color: Medium Orchid. HEX triplet: C6, 42 and EC. RGB value is (198,66,236). Sum of RGB (Red+Green+Blue) = 198+66+236=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #C642EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642EC is #39BD13. Grayscale: #7C7C7C. Windows color (decimal): -3783956 or 15483590. OLE color: 15483590.
HSL color Cylindrical-coordinate representation of color #C642EC: hue angle of 286.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C642EC is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 66 | 236 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 286.59º | 0.82% | 0.59% | - |
| HSV(B) | 286.59º | 0.72% | 0.93% | - |
| XYZ | 40.38 | 21.96 | 81.47 | - |
| YUV | 124.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 236 | 0.16 | 0.72 | 0 | 0.07 | 286.59 | 0.82 | 0.59 |
| Hex | C6 | 42 | EC | 10 | 48 | 0 | 7 | 11F | 52 | 3B |
| Octal | 306 | 102 | 354 | 20 | 110 | 0 | 7 | 437 | 122 | 73 |
| Binary | 11000110 | 1000010 | 11101100 | 10000 | 1001000 | 0 | 111 | 100011111 | 1010010 | 111011 |
Color Harmonies of #C642EC
Complementary color
Monochromatic Colors of #C642EC
Black with #C642EC
Text Example
Text Example
White with #C642EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642EC; }
p { color: rgb(198,66,236); }
H1.HeaderClassName
{
color: #C642EC;
}
.AnyTagClassName
{
color: #C642EC;
}
</style>
background-color css
<style>
a { background-color: #C642EC; }
a { background-color: rgb(198,66,236); }
div.DivClassName
{
background-color: #C642EC;
}
.BgClassName
{
background-color: #C642EC;
}
</style>
border-color css
<style>
span { border-color: #C642EC; }
span { border-color: rgb(198,66,236); }
td.TdClassName
{
border-color: #C642EC;
}
.TagClassName
{
border-color: #C642EC;
}
</style>