Shades of Medium Orchid #C63CFF
Tints of Medium Orchid #C63CFF
RGB
CMYK
RGB Variations
Color information
#C63CFF (or 0xC63CFF) is known color: Medium Orchid. HEX triplet: C6, 3C and FF. RGB value is (198,60,255). Sum of RGB (Red+Green+Blue) = 198+60+255=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C63CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CFF is #39C300. Grayscale: #7A7A7A. Windows color (decimal): -3785473 or 16727238. OLE color: 16727238.
HSL color Cylindrical-coordinate representation of color #C63CFF: hue angle of 282.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63CFF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 60 | 255 | - |
| CMYK | 0.22 | 0.76 | 0 | 0 |
| HSL | 282.46º | 1% | 0.62% | - |
| HSV(B) | 282.46º | 0.76% | 1% | - |
| XYZ | 42.95 | 22.46 | 96.68 | - |
| YUV | 123.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 255 | 0.22 | 0.76 | 0 | 0 | 282.46 | 1 | 0.62 |
| Hex | C6 | 3C | FF | 16 | 4C | 0 | 0 | 11A | 64 | 3E |
| Octal | 306 | 74 | 377 | 26 | 114 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000110 | 111100 | 11111111 | 10110 | 1001100 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C63CFF
Complementary color
Monochromatic Colors of #C63CFF
Black with #C63CFF
Text Example
Text Example
White with #C63CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CFF; }
p { color: rgb(198,60,255); }
H1.HeaderClassName
{
color: #C63CFF;
}
.AnyTagClassName
{
color: #C63CFF;
}
</style>
background-color css
<style>
a { background-color: #C63CFF; }
a { background-color: rgb(198,60,255); }
div.DivClassName
{
background-color: #C63CFF;
}
.BgClassName
{
background-color: #C63CFF;
}
</style>
border-color css
<style>
span { border-color: #C63CFF; }
span { border-color: rgb(198,60,255); }
td.TdClassName
{
border-color: #C63CFF;
}
.TagClassName
{
border-color: #C63CFF;
}
</style>