Shades of Medium Orchid #C63BE7
Tints of Medium Orchid #C63BE7
RGB
CMYK
RGB Variations
Color information
#C63BE7 (or 0xC63BE7) is known color: Medium Orchid. HEX triplet: C6, 3B and E7. RGB value is (198,59,231). Sum of RGB (Red+Green+Blue) = 198+59+231=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #C63BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BE7 is #39C418. Grayscale: #777777. Windows color (decimal): -3785753 or 15154118. OLE color: 15154118.
HSL color Cylindrical-coordinate representation of color #C63BE7: hue angle of 288.49º degrees, saturation: 0.78, 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 #C63BE7 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 59 | 231 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.09 |
| HSL | 288.49º | 0.78% | 0.57% | - |
| HSV(B) | 288.49º | 0.74% | 0.91% | - |
| XYZ | 39.28 | 20.9 | 77.57 | - |
| YUV | 120.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 231 | 0.14 | 0.74 | 0 | 0.09 | 288.49 | 0.78 | 0.57 |
| Hex | C6 | 3B | E7 | E | 4A | 0 | 9 | 120 | 4E | 39 |
| Octal | 306 | 73 | 347 | 16 | 112 | 0 | 11 | 440 | 116 | 71 |
| Binary | 11000110 | 111011 | 11100111 | 1110 | 1001010 | 0 | 1001 | 100100000 | 1001110 | 111001 |
Color Harmonies of #C63BE7
Complementary color
Monochromatic Colors of #C63BE7
Black with #C63BE7
Text Example
Text Example
White with #C63BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BE7; }
p { color: rgb(198,59,231); }
H1.HeaderClassName
{
color: #C63BE7;
}
.AnyTagClassName
{
color: #C63BE7;
}
</style>
background-color css
<style>
a { background-color: #C63BE7; }
a { background-color: rgb(198,59,231); }
div.DivClassName
{
background-color: #C63BE7;
}
.BgClassName
{
background-color: #C63BE7;
}
</style>
border-color css
<style>
span { border-color: #C63BE7; }
span { border-color: rgb(198,59,231); }
td.TdClassName
{
border-color: #C63BE7;
}
.TagClassName
{
border-color: #C63BE7;
}
</style>