Shades of Medium Orchid #C63EEF
Tints of Medium Orchid #C63EEF
RGB
CMYK
RGB Variations
Color information
#C63EEF (or 0xC63EEF) is known color: Medium Orchid. HEX triplet: C6, 3E and EF. RGB value is (198,62,239). Sum of RGB (Red+Green+Blue) = 198+62+239=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C63EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EEF is #39C110. Grayscale: #7A7A7A. Windows color (decimal): -3784977 or 15679174. OLE color: 15679174.
HSL color Cylindrical-coordinate representation of color #C63EEF: hue angle of 286.1º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63EEF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 62 | 239 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.06 |
| HSL | 286.1º | 0.85% | 0.59% | - |
| HSV(B) | 286.1º | 0.74% | 0.94% | - |
| XYZ | 40.59 | 21.68 | 83.71 | - |
| YUV | 122.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 239 | 0.17 | 0.74 | 0 | 0.06 | 286.1 | 0.85 | 0.59 |
| Hex | C6 | 3E | EF | 11 | 4A | 0 | 6 | 11E | 55 | 3B |
| Octal | 306 | 76 | 357 | 21 | 112 | 0 | 6 | 436 | 125 | 73 |
| Binary | 11000110 | 111110 | 11101111 | 10001 | 1001010 | 0 | 110 | 100011110 | 1010101 | 111011 |
Color Harmonies of #C63EEF
Complementary color
Monochromatic Colors of #C63EEF
Black with #C63EEF
Text Example
Text Example
White with #C63EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EEF; }
p { color: rgb(198,62,239); }
H1.HeaderClassName
{
color: #C63EEF;
}
.AnyTagClassName
{
color: #C63EEF;
}
</style>
background-color css
<style>
a { background-color: #C63EEF; }
a { background-color: rgb(198,62,239); }
div.DivClassName
{
background-color: #C63EEF;
}
.BgClassName
{
background-color: #C63EEF;
}
</style>
border-color css
<style>
span { border-color: #C63EEF; }
span { border-color: rgb(198,62,239); }
td.TdClassName
{
border-color: #C63EEF;
}
.TagClassName
{
border-color: #C63EEF;
}
</style>