Shades of Medium Orchid #C642EF
Tints of Medium Orchid #C642EF
RGB
CMYK
RGB Variations
Color information
#C642EF (or 0xC642EF) is known color: Medium Orchid. HEX triplet: C6, 42 and EF. RGB value is (198,66,239). Sum of RGB (Red+Green+Blue) = 198+66+239=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #C642EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642EF is #39BD10. Grayscale: #7C7C7C. Windows color (decimal): -3783953 or 15680198. OLE color: 15680198.
HSL color Cylindrical-coordinate representation of color #C642EF: hue angle of 285.78º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C642EF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 66 | 239 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.06 |
| HSL | 285.78º | 0.84% | 0.6% | - |
| HSV(B) | 285.78º | 0.72% | 0.94% | - |
| XYZ | 40.82 | 22.13 | 83.78 | - |
| YUV | 125.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 239 | 0.17 | 0.72 | 0 | 0.06 | 285.78 | 0.84 | 0.6 |
| Hex | C6 | 42 | EF | 11 | 48 | 0 | 6 | 11E | 54 | 3C |
| Octal | 306 | 102 | 357 | 21 | 110 | 0 | 6 | 436 | 124 | 74 |
| Binary | 11000110 | 1000010 | 11101111 | 10001 | 1001000 | 0 | 110 | 100011110 | 1010100 | 111100 |
Color Harmonies of #C642EF
Complementary color
Monochromatic Colors of #C642EF
Black with #C642EF
Text Example
Text Example
White with #C642EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642EF; }
p { color: rgb(198,66,239); }
H1.HeaderClassName
{
color: #C642EF;
}
.AnyTagClassName
{
color: #C642EF;
}
</style>
background-color css
<style>
a { background-color: #C642EF; }
a { background-color: rgb(198,66,239); }
div.DivClassName
{
background-color: #C642EF;
}
.BgClassName
{
background-color: #C642EF;
}
</style>
border-color css
<style>
span { border-color: #C642EF; }
span { border-color: rgb(198,66,239); }
td.TdClassName
{
border-color: #C642EF;
}
.TagClassName
{
border-color: #C642EF;
}
</style>