Shades of Medium Orchid #C644FC
Tints of Medium Orchid #C644FC
RGB
CMYK
RGB Variations
Color information
#C644FC (or 0xC644FC) is known color: Medium Orchid. HEX triplet: C6, 44 and FC. RGB value is (198,68,252). Sum of RGB (Red+Green+Blue) = 198+68+252=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C644FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644FC is #39BB03. Grayscale: #7F7F7F. Windows color (decimal): -3783428 or 16532678. OLE color: 16532678.
HSL color Cylindrical-coordinate representation of color #C644FC: hue angle of 282.39º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C644FC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 68 | 252 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.01 |
| HSL | 282.39º | 0.97% | 0.63% | - |
| HSV(B) | 282.39º | 0.73% | 0.99% | - |
| XYZ | 42.93 | 23.17 | 94.3 | - |
| YUV | 127.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 252 | 0.21 | 0.73 | 0 | 0.01 | 282.39 | 0.97 | 0.63 |
| Hex | C6 | 44 | FC | 15 | 49 | 0 | 1 | 11A | 61 | 3F |
| Octal | 306 | 104 | 374 | 25 | 111 | 0 | 1 | 432 | 141 | 77 |
| Binary | 11000110 | 1000100 | 11111100 | 10101 | 1001001 | 0 | 1 | 100011010 | 1100001 | 111111 |
Color Harmonies of #C644FC
Complementary color
Monochromatic Colors of #C644FC
Black with #C644FC
Text Example
Text Example
White with #C644FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644FC; }
p { color: rgb(198,68,252); }
H1.HeaderClassName
{
color: #C644FC;
}
.AnyTagClassName
{
color: #C644FC;
}
</style>
background-color css
<style>
a { background-color: #C644FC; }
a { background-color: rgb(198,68,252); }
div.DivClassName
{
background-color: #C644FC;
}
.BgClassName
{
background-color: #C644FC;
}
</style>
border-color css
<style>
span { border-color: #C644FC; }
span { border-color: rgb(198,68,252); }
td.TdClassName
{
border-color: #C644FC;
}
.TagClassName
{
border-color: #C644FC;
}
</style>