Shades of Medium Orchid #C359ED
Tints of Medium Orchid #C359ED
RGB
CMYK
RGB Variations
Color information
#C359ED (or 0xC359ED) is known color: Medium Orchid. HEX triplet: C3, 59 and ED. RGB value is (195,89,237). Sum of RGB (Red+Green+Blue) = 195+89+237=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #C359ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C359ED is #3CA612. Grayscale: #898989. Windows color (decimal): -3974675 or 15555011. OLE color: 15555011.
HSL color Cylindrical-coordinate representation of color #C359ED: hue angle of 282.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C359ED is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 89 | 237 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.97º | 0.8% | 0.64% | - |
| HSV(B) | 282.97º | 0.62% | 0.93% | - |
| XYZ | 41.36 | 24.86 | 82.74 | - |
| YUV | 137.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 237 | 0.18 | 0.62 | 0 | 0.07 | 282.97 | 0.8 | 0.64 |
| Hex | C3 | 59 | ED | 12 | 3E | 0 | 7 | 11B | 50 | 40 |
| Octal | 303 | 131 | 355 | 22 | 76 | 0 | 7 | 433 | 120 | 100 |
| Binary | 11000011 | 1011001 | 11101101 | 10010 | 111110 | 0 | 111 | 100011011 | 1010000 | 1000000 |
Color Harmonies of #C359ED
Complementary color
Monochromatic Colors of #C359ED
Black with #C359ED
Text Example
Text Example
White with #C359ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359ED; }
p { color: rgb(195,89,237); }
H1.HeaderClassName
{
color: #C359ED;
}
.AnyTagClassName
{
color: #C359ED;
}
</style>
background-color css
<style>
a { background-color: #C359ED; }
a { background-color: rgb(195,89,237); }
div.DivClassName
{
background-color: #C359ED;
}
.BgClassName
{
background-color: #C359ED;
}
</style>
border-color css
<style>
span { border-color: #C359ED; }
span { border-color: rgb(195,89,237); }
td.TdClassName
{
border-color: #C359ED;
}
.TagClassName
{
border-color: #C359ED;
}
</style>