Shades of Medium Orchid #C644FE
Tints of Medium Orchid #C644FE
RGB
CMYK
RGB Variations
Color information
#C644FE (or 0xC644FE) is known color: Medium Orchid. HEX triplet: C6, 44 and FE. RGB value is (198,68,254). Sum of RGB (Red+Green+Blue) = 198+68+254=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C644FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644FE is #39BB01. Grayscale: #7F7F7F. Windows color (decimal): -3783426 or 16663750. OLE color: 16663750.
HSL color Cylindrical-coordinate representation of color #C644FE: hue angle of 281.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C644FE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 68 | 254 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.00 |
| HSL | 281.94º | 0.99% | 0.63% | - |
| HSV(B) | 281.94º | 0.73% | 1% | - |
| XYZ | 43.25 | 23.3 | 95.98 | - |
| YUV | 128.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 254 | 0.22 | 0.73 | 0 | 0.00 | 281.94 | 0.99 | 0.63 |
| Hex | C6 | 44 | FE | 16 | 49 | 0 | 0 | 11A | 63 | 3F |
| Octal | 306 | 104 | 376 | 26 | 111 | 0 | 0 | 432 | 143 | 77 |
| Binary | 11000110 | 1000100 | 11111110 | 10110 | 1001001 | 0 | 0 | 100011010 | 1100011 | 111111 |
Color Harmonies of #C644FE
Complementary color
Monochromatic Colors of #C644FE
Black with #C644FE
Text Example
Text Example
White with #C644FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644FE; }
p { color: rgb(198,68,254); }
H1.HeaderClassName
{
color: #C644FE;
}
.AnyTagClassName
{
color: #C644FE;
}
</style>
background-color css
<style>
a { background-color: #C644FE; }
a { background-color: rgb(198,68,254); }
div.DivClassName
{
background-color: #C644FE;
}
.BgClassName
{
background-color: #C644FE;
}
</style>
border-color css
<style>
span { border-color: #C644FE; }
span { border-color: rgb(198,68,254); }
td.TdClassName
{
border-color: #C644FE;
}
.TagClassName
{
border-color: #C644FE;
}
</style>