Shades of Medium Orchid #C63EEB
Tints of Medium Orchid #C63EEB
RGB
CMYK
RGB Variations
Color information
#C63EEB (or 0xC63EEB) is known color: Medium Orchid. HEX triplet: C6, 3E and EB. RGB value is (198,62,235). Sum of RGB (Red+Green+Blue) = 198+62+235=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C63EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EEB is #39C114. Grayscale: #797979. Windows color (decimal): -3784981 or 15417030. OLE color: 15417030.
HSL color Cylindrical-coordinate representation of color #C63EEB: hue angle of 287.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63EEB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 62 | 235 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.08 |
| HSL | 287.17º | 0.81% | 0.58% | - |
| HSV(B) | 287.17º | 0.74% | 0.92% | - |
| XYZ | 40.01 | 21.45 | 80.63 | - |
| YUV | 122.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 235 | 0.16 | 0.74 | 0 | 0.08 | 287.17 | 0.81 | 0.58 |
| Hex | C6 | 3E | EB | 10 | 4A | 0 | 8 | 11F | 51 | 3A |
| Octal | 306 | 76 | 353 | 20 | 112 | 0 | 10 | 437 | 121 | 72 |
| Binary | 11000110 | 111110 | 11101011 | 10000 | 1001010 | 0 | 1000 | 100011111 | 1010001 | 111010 |
Color Harmonies of #C63EEB
Complementary color
Monochromatic Colors of #C63EEB
Black with #C63EEB
Text Example
Text Example
White with #C63EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EEB; }
p { color: rgb(198,62,235); }
H1.HeaderClassName
{
color: #C63EEB;
}
.AnyTagClassName
{
color: #C63EEB;
}
</style>
background-color css
<style>
a { background-color: #C63EEB; }
a { background-color: rgb(198,62,235); }
div.DivClassName
{
background-color: #C63EEB;
}
.BgClassName
{
background-color: #C63EEB;
}
</style>
border-color css
<style>
span { border-color: #C63EEB; }
span { border-color: rgb(198,62,235); }
td.TdClassName
{
border-color: #C63EEB;
}
.TagClassName
{
border-color: #C63EEB;
}
</style>