Shades of Medium Orchid #C63EE7
Tints of Medium Orchid #C63EE7
RGB
CMYK
RGB Variations
Color information
#C63EE7 (or 0xC63EE7) is known color: Medium Orchid. HEX triplet: C6, 3E and E7. RGB value is (198,62,231). Sum of RGB (Red+Green+Blue) = 198+62+231=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #C63EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EE7 is #39C118. Grayscale: #797979. Windows color (decimal): -3784985 or 15154886. OLE color: 15154886.
HSL color Cylindrical-coordinate representation of color #C63EE7: hue angle of 288.28º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63EE7 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 62 | 231 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.09 |
| HSL | 288.28º | 0.78% | 0.57% | - |
| HSV(B) | 288.28º | 0.73% | 0.91% | - |
| XYZ | 39.44 | 21.22 | 77.62 | - |
| YUV | 121.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 231 | 0.14 | 0.73 | 0 | 0.09 | 288.28 | 0.78 | 0.57 |
| Hex | C6 | 3E | E7 | E | 49 | 0 | 9 | 120 | 4E | 39 |
| Octal | 306 | 76 | 347 | 16 | 111 | 0 | 11 | 440 | 116 | 71 |
| Binary | 11000110 | 111110 | 11100111 | 1110 | 1001001 | 0 | 1001 | 100100000 | 1001110 | 111001 |
Color Harmonies of #C63EE7
Complementary color
Monochromatic Colors of #C63EE7
Black with #C63EE7
Text Example
Text Example
White with #C63EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EE7; }
p { color: rgb(198,62,231); }
H1.HeaderClassName
{
color: #C63EE7;
}
.AnyTagClassName
{
color: #C63EE7;
}
</style>
background-color css
<style>
a { background-color: #C63EE7; }
a { background-color: rgb(198,62,231); }
div.DivClassName
{
background-color: #C63EE7;
}
.BgClassName
{
background-color: #C63EE7;
}
</style>
border-color css
<style>
span { border-color: #C63EE7; }
span { border-color: rgb(198,62,231); }
td.TdClassName
{
border-color: #C63EE7;
}
.TagClassName
{
border-color: #C63EE7;
}
</style>