Shades of Medium Orchid #C640F6
Tints of Medium Orchid #C640F6
RGB
CMYK
RGB Variations
Color information
#C640F6 (or 0xC640F6) is known color: Medium Orchid. HEX triplet: C6, 40 and F6. RGB value is (198,64,246). Sum of RGB (Red+Green+Blue) = 198+64+246=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #C640F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640F6 is #39BF09. Grayscale: #7C7C7C. Windows color (decimal): -3784458 or 16138438. OLE color: 16138438.
HSL color Cylindrical-coordinate representation of color #C640F6: hue angle of 284.18º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C640F6 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 64 | 246 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.04 |
| HSL | 284.18º | 0.91% | 0.61% | - |
| HSV(B) | 284.18º | 0.74% | 0.96% | - |
| XYZ | 41.76 | 22.33 | 89.3 | - |
| YUV | 124.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 246 | 0.20 | 0.74 | 0 | 0.04 | 284.18 | 0.91 | 0.61 |
| Hex | C6 | 40 | F6 | 14 | 4A | 0 | 4 | 11C | 5B | 3D |
| Octal | 306 | 100 | 366 | 24 | 112 | 0 | 4 | 434 | 133 | 75 |
| Binary | 11000110 | 1000000 | 11110110 | 10100 | 1001010 | 0 | 100 | 100011100 | 1011011 | 111101 |
Color Harmonies of #C640F6
Complementary color
Monochromatic Colors of #C640F6
Black with #C640F6
Text Example
Text Example
White with #C640F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640F6; }
p { color: rgb(198,64,246); }
H1.HeaderClassName
{
color: #C640F6;
}
.AnyTagClassName
{
color: #C640F6;
}
</style>
background-color css
<style>
a { background-color: #C640F6; }
a { background-color: rgb(198,64,246); }
div.DivClassName
{
background-color: #C640F6;
}
.BgClassName
{
background-color: #C640F6;
}
</style>
border-color css
<style>
span { border-color: #C640F6; }
span { border-color: rgb(198,64,246); }
td.TdClassName
{
border-color: #C640F6;
}
.TagClassName
{
border-color: #C640F6;
}
</style>