Shades of Medium Orchid #C63BFC
Tints of Medium Orchid #C63BFC
RGB
CMYK
RGB Variations
Color information
#C63BFC (or 0xC63BFC) is known color: Medium Orchid. HEX triplet: C6, 3B and FC. RGB value is (198,59,252). Sum of RGB (Red+Green+Blue) = 198+59+252=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BFC is #39C403. Grayscale: #797979. Windows color (decimal): -3785732 or 16530374. OLE color: 16530374.
HSL color Cylindrical-coordinate representation of color #C63BFC: hue angle of 283.21º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C63BFC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 59 | 252 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.21º | 0.97% | 0.61% | - |
| HSV(B) | 283.21º | 0.77% | 0.99% | - |
| XYZ | 42.42 | 22.16 | 94.14 | - |
| YUV | 122.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 252 | 0.21 | 0.77 | 0 | 0.01 | 283.21 | 0.97 | 0.61 |
| Hex | C6 | 3B | FC | 15 | 4D | 0 | 1 | 11B | 61 | 3D |
| Octal | 306 | 73 | 374 | 25 | 115 | 0 | 1 | 433 | 141 | 75 |
| Binary | 11000110 | 111011 | 11111100 | 10101 | 1001101 | 0 | 1 | 100011011 | 1100001 | 111101 |
Color Harmonies of #C63BFC
Complementary color
Monochromatic Colors of #C63BFC
Black with #C63BFC
Text Example
Text Example
White with #C63BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BFC; }
p { color: rgb(198,59,252); }
H1.HeaderClassName
{
color: #C63BFC;
}
.AnyTagClassName
{
color: #C63BFC;
}
</style>
background-color css
<style>
a { background-color: #C63BFC; }
a { background-color: rgb(198,59,252); }
div.DivClassName
{
background-color: #C63BFC;
}
.BgClassName
{
background-color: #C63BFC;
}
</style>
border-color css
<style>
span { border-color: #C63BFC; }
span { border-color: rgb(198,59,252); }
td.TdClassName
{
border-color: #C63BFC;
}
.TagClassName
{
border-color: #C63BFC;
}
</style>