Shades of Medium Orchid #C63BFF
Tints of Medium Orchid #C63BFF
RGB
CMYK
RGB Variations
Color information
#C63BFF (or 0xC63BFF) is known color: Medium Orchid. HEX triplet: C6, 3B and FF. RGB value is (198,59,255). Sum of RGB (Red+Green+Blue) = 198+59+255=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #C63BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BFF is #39C400. Grayscale: #7A7A7A. Windows color (decimal): -3785729 or 16726982. OLE color: 16726982.
HSL color Cylindrical-coordinate representation of color #C63BFF: hue angle of 282.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C63BFF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 59 | 255 | - |
| CMYK | 0.22 | 0.77 | 0 | 0 |
| HSL | 282.55º | 1% | 0.62% | - |
| HSV(B) | 282.55º | 0.77% | 1% | - |
| XYZ | 42.9 | 22.35 | 96.66 | - |
| YUV | 122.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 255 | 0.22 | 0.77 | 0 | 0 | 282.55 | 1 | 0.62 |
| Hex | C6 | 3B | FF | 16 | 4D | 0 | 0 | 11B | 64 | 3E |
| Octal | 306 | 73 | 377 | 26 | 115 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11000110 | 111011 | 11111111 | 10110 | 1001101 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #C63BFF
Complementary color
Monochromatic Colors of #C63BFF
Black with #C63BFF
Text Example
Text Example
White with #C63BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BFF; }
p { color: rgb(198,59,255); }
H1.HeaderClassName
{
color: #C63BFF;
}
.AnyTagClassName
{
color: #C63BFF;
}
</style>
background-color css
<style>
a { background-color: #C63BFF; }
a { background-color: rgb(198,59,255); }
div.DivClassName
{
background-color: #C63BFF;
}
.BgClassName
{
background-color: #C63BFF;
}
</style>
border-color css
<style>
span { border-color: #C63BFF; }
span { border-color: rgb(198,59,255); }
td.TdClassName
{
border-color: #C63BFF;
}
.TagClassName
{
border-color: #C63BFF;
}
</style>