Shades of Medium Orchid #C641FA
Tints of Medium Orchid #C641FA
RGB
CMYK
RGB Variations
Color information
#C641FA (or 0xC641FA) is known color: Medium Orchid. HEX triplet: C6, 41 and FA. RGB value is (198,65,250). Sum of RGB (Red+Green+Blue) = 198+65+250=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C641FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641FA is #39BE05. Grayscale: #7D7D7D. Windows color (decimal): -3784198 or 16400838. OLE color: 16400838.
HSL color Cylindrical-coordinate representation of color #C641FA: hue angle of 283.14º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C641FA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 65 | 250 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.02 |
| HSL | 283.14º | 0.95% | 0.62% | - |
| HSV(B) | 283.14º | 0.74% | 0.98% | - |
| XYZ | 42.43 | 22.69 | 92.59 | - |
| YUV | 125.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 250 | 0.21 | 0.74 | 0 | 0.02 | 283.14 | 0.95 | 0.62 |
| Hex | C6 | 41 | FA | 15 | 4A | 0 | 2 | 11B | 5F | 3E |
| Octal | 306 | 101 | 372 | 25 | 112 | 0 | 2 | 433 | 137 | 76 |
| Binary | 11000110 | 1000001 | 11111010 | 10101 | 1001010 | 0 | 10 | 100011011 | 1011111 | 111110 |
Color Harmonies of #C641FA
Complementary color
Monochromatic Colors of #C641FA
Black with #C641FA
Text Example
Text Example
White with #C641FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641FA; }
p { color: rgb(198,65,250); }
H1.HeaderClassName
{
color: #C641FA;
}
.AnyTagClassName
{
color: #C641FA;
}
</style>
background-color css
<style>
a { background-color: #C641FA; }
a { background-color: rgb(198,65,250); }
div.DivClassName
{
background-color: #C641FA;
}
.BgClassName
{
background-color: #C641FA;
}
</style>
border-color css
<style>
span { border-color: #C641FA; }
span { border-color: rgb(198,65,250); }
td.TdClassName
{
border-color: #C641FA;
}
.TagClassName
{
border-color: #C641FA;
}
</style>