Shades of Medium Orchid #C359E4
Tints of Medium Orchid #C359E4
RGB
CMYK
RGB Variations
Color information
#C359E4 (or 0xC359E4) is known color: Medium Orchid. HEX triplet: C3, 59 and E4. RGB value is (195,89,228). Sum of RGB (Red+Green+Blue) = 195+89+228=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #C359E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359E4 is #3CA61B. Grayscale: #888888. Windows color (decimal): -3974684 or 14965187. OLE color: 14965187.
HSL color Cylindrical-coordinate representation of color #C359E4: hue angle of 285.76º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C359E4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 89 | 228 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.11 |
| HSL | 285.76º | 0.72% | 0.62% | - |
| HSV(B) | 285.76º | 0.61% | 0.89% | - |
| XYZ | 40.08 | 24.35 | 75.99 | - |
| YUV | 136.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 228 | 0.14 | 0.61 | 0 | 0.11 | 285.76 | 0.72 | 0.62 |
| Hex | C3 | 59 | E4 | E | 3D | 0 | B | 11E | 48 | 3E |
| Octal | 303 | 131 | 344 | 16 | 75 | 0 | 13 | 436 | 110 | 76 |
| Binary | 11000011 | 1011001 | 11100100 | 1110 | 111101 | 0 | 1011 | 100011110 | 1001000 | 111110 |
Color Harmonies of #C359E4
Complementary color
Monochromatic Colors of #C359E4
Black with #C359E4
Text Example
Text Example
White with #C359E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359E4; }
p { color: rgb(195,89,228); }
H1.HeaderClassName
{
color: #C359E4;
}
.AnyTagClassName
{
color: #C359E4;
}
</style>
background-color css
<style>
a { background-color: #C359E4; }
a { background-color: rgb(195,89,228); }
div.DivClassName
{
background-color: #C359E4;
}
.BgClassName
{
background-color: #C359E4;
}
</style>
border-color css
<style>
span { border-color: #C359E4; }
span { border-color: rgb(195,89,228); }
td.TdClassName
{
border-color: #C359E4;
}
.TagClassName
{
border-color: #C359E4;
}
</style>