Shades of Medium Orchid #C63CE8
Tints of Medium Orchid #C63CE8
RGB
CMYK
RGB Variations
Color information
#C63CE8 (or 0xC63CE8) is known color: Medium Orchid. HEX triplet: C6, 3C and E8. RGB value is (198,60,232). Sum of RGB (Red+Green+Blue) = 198+60+232=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #C63CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CE8 is #39C317. Grayscale: #787878. Windows color (decimal): -3785496 or 15219910. OLE color: 15219910.
HSL color Cylindrical-coordinate representation of color #C63CE8: hue angle of 288.14º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63CE8 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 60 | 232 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.09 |
| HSL | 288.14º | 0.79% | 0.57% | - |
| HSV(B) | 288.14º | 0.74% | 0.91% | - |
| XYZ | 39.47 | 21.06 | 78.33 | - |
| YUV | 120.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 232 | 0.15 | 0.74 | 0 | 0.09 | 288.14 | 0.79 | 0.57 |
| Hex | C6 | 3C | E8 | F | 4A | 0 | 9 | 120 | 4F | 39 |
| Octal | 306 | 74 | 350 | 17 | 112 | 0 | 11 | 440 | 117 | 71 |
| Binary | 11000110 | 111100 | 11101000 | 1111 | 1001010 | 0 | 1001 | 100100000 | 1001111 | 111001 |
Color Harmonies of #C63CE8
Complementary color
Monochromatic Colors of #C63CE8
Black with #C63CE8
Text Example
Text Example
White with #C63CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CE8; }
p { color: rgb(198,60,232); }
H1.HeaderClassName
{
color: #C63CE8;
}
.AnyTagClassName
{
color: #C63CE8;
}
</style>
background-color css
<style>
a { background-color: #C63CE8; }
a { background-color: rgb(198,60,232); }
div.DivClassName
{
background-color: #C63CE8;
}
.BgClassName
{
background-color: #C63CE8;
}
</style>
border-color css
<style>
span { border-color: #C63CE8; }
span { border-color: rgb(198,60,232); }
td.TdClassName
{
border-color: #C63CE8;
}
.TagClassName
{
border-color: #C63CE8;
}
</style>