Shades of Medium Orchid #C259F6
Tints of Medium Orchid #C259F6
RGB
CMYK
RGB Variations
Color information
#C259F6 (or 0xC259F6) is known color: Medium Orchid. HEX triplet: C2, 59 and F6. RGB value is (194,89,246). Sum of RGB (Red+Green+Blue) = 194+89+246=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #C259F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C259F6 is #3DA609. Grayscale: #898989. Windows color (decimal): -4040202 or 16144834. OLE color: 16144834.
HSL color Cylindrical-coordinate representation of color #C259F6: hue angle of 280.13º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C259F6 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 89 | 246 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.04 |
| HSL | 280.13º | 0.9% | 0.66% | - |
| HSV(B) | 280.13º | 0.64% | 0.96% | - |
| XYZ | 42.46 | 25.27 | 89.83 | - |
| YUV | 138.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 246 | 0.21 | 0.64 | 0 | 0.04 | 280.13 | 0.9 | 0.66 |
| Hex | C2 | 59 | F6 | 15 | 40 | 0 | 4 | 118 | 5A | 42 |
| Octal | 302 | 131 | 366 | 25 | 100 | 0 | 4 | 430 | 132 | 102 |
| Binary | 11000010 | 1011001 | 11110110 | 10101 | 1000000 | 0 | 100 | 100011000 | 1011010 | 1000010 |
Color Harmonies of #C259F6
Complementary color
Monochromatic Colors of #C259F6
Black with #C259F6
Text Example
Text Example
White with #C259F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259F6; }
p { color: rgb(194,89,246); }
H1.HeaderClassName
{
color: #C259F6;
}
.AnyTagClassName
{
color: #C259F6;
}
</style>
background-color css
<style>
a { background-color: #C259F6; }
a { background-color: rgb(194,89,246); }
div.DivClassName
{
background-color: #C259F6;
}
.BgClassName
{
background-color: #C259F6;
}
</style>
border-color css
<style>
span { border-color: #C259F6; }
span { border-color: rgb(194,89,246); }
td.TdClassName
{
border-color: #C259F6;
}
.TagClassName
{
border-color: #C259F6;
}
</style>