Shades of Medium Orchid #C644F9
Tints of Medium Orchid #C644F9
RGB
CMYK
RGB Variations
Color information
#C644F9 (or 0xC644F9) is known color: Medium Orchid. HEX triplet: C6, 44 and F9. RGB value is (198,68,249). Sum of RGB (Red+Green+Blue) = 198+68+249=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #C644F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644F9 is #39BB06. Grayscale: #7E7E7E. Windows color (decimal): -3783431 or 16336070. OLE color: 16336070.
HSL color Cylindrical-coordinate representation of color #C644F9: hue angle of 283.09º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C644F9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 68 | 249 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.02 |
| HSL | 283.09º | 0.94% | 0.62% | - |
| HSV(B) | 283.09º | 0.73% | 0.98% | - |
| XYZ | 42.45 | 22.98 | 91.82 | - |
| YUV | 127.5 | 196.57 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 249 | 0.20 | 0.73 | 0 | 0.02 | 283.09 | 0.94 | 0.62 |
| Hex | C6 | 44 | F9 | 14 | 49 | 0 | 2 | 11B | 5E | 3E |
| Octal | 306 | 104 | 371 | 24 | 111 | 0 | 2 | 433 | 136 | 76 |
| Binary | 11000110 | 1000100 | 11111001 | 10100 | 1001001 | 0 | 10 | 100011011 | 1011110 | 111110 |
Color Harmonies of #C644F9
Complementary color
Monochromatic Colors of #C644F9
Black with #C644F9
Text Example
Text Example
White with #C644F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644F9; }
p { color: rgb(198,68,249); }
H1.HeaderClassName
{
color: #C644F9;
}
.AnyTagClassName
{
color: #C644F9;
}
</style>
background-color css
<style>
a { background-color: #C644F9; }
a { background-color: rgb(198,68,249); }
div.DivClassName
{
background-color: #C644F9;
}
.BgClassName
{
background-color: #C644F9;
}
</style>
border-color css
<style>
span { border-color: #C644F9; }
span { border-color: rgb(198,68,249); }
td.TdClassName
{
border-color: #C644F9;
}
.TagClassName
{
border-color: #C644F9;
}
</style>