Shades of Medium Orchid #C641FC
Tints of Medium Orchid #C641FC
RGB
CMYK
RGB Variations
Color information
#C641FC (or 0xC641FC) is known color: Medium Orchid. HEX triplet: C6, 41 and FC. RGB value is (198,65,252). Sum of RGB (Red+Green+Blue) = 198+65+252=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C641FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641FC is #39BE03. Grayscale: #7D7D7D. Windows color (decimal): -3784196 or 16531910. OLE color: 16531910.
HSL color Cylindrical-coordinate representation of color #C641FC: hue angle of 282.67º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C641FC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 65 | 252 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.01 |
| HSL | 282.67º | 0.97% | 0.62% | - |
| HSV(B) | 282.67º | 0.74% | 0.99% | - |
| XYZ | 42.75 | 22.81 | 94.25 | - |
| YUV | 126.09 | 199.06 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 252 | 0.21 | 0.74 | 0 | 0.01 | 282.67 | 0.97 | 0.62 |
| Hex | C6 | 41 | FC | 15 | 4A | 0 | 1 | 11B | 61 | 3E |
| Octal | 306 | 101 | 374 | 25 | 112 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000110 | 1000001 | 11111100 | 10101 | 1001010 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C641FC
Complementary color
Monochromatic Colors of #C641FC
Black with #C641FC
Text Example
Text Example
White with #C641FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641FC; }
p { color: rgb(198,65,252); }
H1.HeaderClassName
{
color: #C641FC;
}
.AnyTagClassName
{
color: #C641FC;
}
</style>
background-color css
<style>
a { background-color: #C641FC; }
a { background-color: rgb(198,65,252); }
div.DivClassName
{
background-color: #C641FC;
}
.BgClassName
{
background-color: #C641FC;
}
</style>
border-color css
<style>
span { border-color: #C641FC; }
span { border-color: rgb(198,65,252); }
td.TdClassName
{
border-color: #C641FC;
}
.TagClassName
{
border-color: #C641FC;
}
</style>