Shades of Medium Orchid #C359F6
Tints of Medium Orchid #C359F6
RGB
CMYK
RGB Variations
Color information
#C359F6 (or 0xC359F6) is known color: Medium Orchid. HEX triplet: C3, 59 and F6. RGB value is (195,89,246). Sum of RGB (Red+Green+Blue) = 195+89+246=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #C359F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C359F6 is #3CA609. Grayscale: #8A8A8A. Windows color (decimal): -3974666 or 16144835. OLE color: 16144835.
HSL color Cylindrical-coordinate representation of color #C359F6: hue angle of 280.51º 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 #C359F6 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 89 | 246 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.04 |
| HSL | 280.51º | 0.9% | 0.66% | - |
| HSV(B) | 280.51º | 0.64% | 0.96% | - |
| XYZ | 42.71 | 25.4 | 89.84 | - |
| YUV | 138.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 246 | 0.21 | 0.64 | 0 | 0.04 | 280.51 | 0.9 | 0.66 |
| Hex | C3 | 59 | F6 | 15 | 40 | 0 | 4 | 119 | 5A | 42 |
| Octal | 303 | 131 | 366 | 25 | 100 | 0 | 4 | 431 | 132 | 102 |
| Binary | 11000011 | 1011001 | 11110110 | 10101 | 1000000 | 0 | 100 | 100011001 | 1011010 | 1000010 |
Color Harmonies of #C359F6
Complementary color
Monochromatic Colors of #C359F6
Black with #C359F6
Text Example
Text Example
White with #C359F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359F6; }
p { color: rgb(195,89,246); }
H1.HeaderClassName
{
color: #C359F6;
}
.AnyTagClassName
{
color: #C359F6;
}
</style>
background-color css
<style>
a { background-color: #C359F6; }
a { background-color: rgb(195,89,246); }
div.DivClassName
{
background-color: #C359F6;
}
.BgClassName
{
background-color: #C359F6;
}
</style>
border-color css
<style>
span { border-color: #C359F6; }
span { border-color: rgb(195,89,246); }
td.TdClassName
{
border-color: #C359F6;
}
.TagClassName
{
border-color: #C359F6;
}
</style>