Shades of Medium Orchid #C359EB
Tints of Medium Orchid #C359EB
RGB
CMYK
RGB Variations
Color information
#C359EB (or 0xC359EB) is known color: Medium Orchid. HEX triplet: C3, 59 and EB. RGB value is (195,89,235). Sum of RGB (Red+Green+Blue) = 195+89+235=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #C359EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C359EB is #3CA614. Grayscale: #888888. Windows color (decimal): -3974677 or 15423939. OLE color: 15423939.
HSL color Cylindrical-coordinate representation of color #C359EB: hue angle of 283.56º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C359EB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 89 | 235 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.08 |
| HSL | 283.56º | 0.78% | 0.64% | - |
| HSV(B) | 283.56º | 0.62% | 0.92% | - |
| XYZ | 41.07 | 24.75 | 81.21 | - |
| YUV | 137.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 235 | 0.17 | 0.62 | 0 | 0.08 | 283.56 | 0.78 | 0.64 |
| Hex | C3 | 59 | EB | 11 | 3E | 0 | 8 | 11C | 4E | 40 |
| Octal | 303 | 131 | 353 | 21 | 76 | 0 | 10 | 434 | 116 | 100 |
| Binary | 11000011 | 1011001 | 11101011 | 10001 | 111110 | 0 | 1000 | 100011100 | 1001110 | 1000000 |
Color Harmonies of #C359EB
Complementary color
Monochromatic Colors of #C359EB
Black with #C359EB
Text Example
Text Example
White with #C359EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359EB; }
p { color: rgb(195,89,235); }
H1.HeaderClassName
{
color: #C359EB;
}
.AnyTagClassName
{
color: #C359EB;
}
</style>
background-color css
<style>
a { background-color: #C359EB; }
a { background-color: rgb(195,89,235); }
div.DivClassName
{
background-color: #C359EB;
}
.BgClassName
{
background-color: #C359EB;
}
</style>
border-color css
<style>
span { border-color: #C359EB; }
span { border-color: rgb(195,89,235); }
td.TdClassName
{
border-color: #C359EB;
}
.TagClassName
{
border-color: #C359EB;
}
</style>