Shades of Medium Orchid #C63CFE
Tints of Medium Orchid #C63CFE
RGB
CMYK
RGB Variations
Color information
#C63CFE (or 0xC63CFE) is known color: Medium Orchid. HEX triplet: C6, 3C and FE. RGB value is (198,60,254). Sum of RGB (Red+Green+Blue) = 198+60+254=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C63CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CFE is #39C301. Grayscale: #7A7A7A. Windows color (decimal): -3785474 or 16661702. OLE color: 16661702.
HSL color Cylindrical-coordinate representation of color #C63CFE: hue angle of 282.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63CFE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 60 | 254 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.00 |
| HSL | 282.68º | 0.99% | 0.62% | - |
| HSV(B) | 282.68º | 0.76% | 1% | - |
| XYZ | 42.79 | 22.39 | 95.83 | - |
| YUV | 123.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 254 | 0.22 | 0.76 | 0 | 0.00 | 282.68 | 0.99 | 0.62 |
| Hex | C6 | 3C | FE | 16 | 4C | 0 | 0 | 11B | 63 | 3E |
| Octal | 306 | 74 | 376 | 26 | 114 | 0 | 0 | 433 | 143 | 76 |
| Binary | 11000110 | 111100 | 11111110 | 10110 | 1001100 | 0 | 0 | 100011011 | 1100011 | 111110 |
Color Harmonies of #C63CFE
Complementary color
Monochromatic Colors of #C63CFE
Black with #C63CFE
Text Example
Text Example
White with #C63CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CFE; }
p { color: rgb(198,60,254); }
H1.HeaderClassName
{
color: #C63CFE;
}
.AnyTagClassName
{
color: #C63CFE;
}
</style>
background-color css
<style>
a { background-color: #C63CFE; }
a { background-color: rgb(198,60,254); }
div.DivClassName
{
background-color: #C63CFE;
}
.BgClassName
{
background-color: #C63CFE;
}
</style>
border-color css
<style>
span { border-color: #C63CFE; }
span { border-color: rgb(198,60,254); }
td.TdClassName
{
border-color: #C63CFE;
}
.TagClassName
{
border-color: #C63CFE;
}
</style>