Shades of Medium Orchid #C359D5
Tints of Medium Orchid #C359D5
RGB
CMYK
RGB Variations
Color information
#C359D5 (or 0xC359D5) is known color: Medium Orchid. HEX triplet: C3, 59 and D5. RGB value is (195,89,213). Sum of RGB (Red+Green+Blue) = 195+89+213=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #C359D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359D5 is #3CA62A. Grayscale: #868686. Windows color (decimal): -3974699 or 13982147. OLE color: 13982147.
HSL color Cylindrical-coordinate representation of color #C359D5: hue angle of 291.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C359D5 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 89 | 213 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.16 |
| HSL | 291.29º | 0.6% | 0.59% | - |
| HSV(B) | 291.29º | 0.58% | 0.84% | - |
| XYZ | 38.09 | 23.55 | 65.49 | - |
| YUV | 134.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 213 | 0.08 | 0.58 | 0 | 0.16 | 291.29 | 0.6 | 0.59 |
| Hex | C3 | 59 | D5 | 8 | 3A | 0 | 10 | 123 | 3C | 3B |
| Octal | 303 | 131 | 325 | 10 | 72 | 0 | 20 | 443 | 74 | 73 |
| Binary | 11000011 | 1011001 | 11010101 | 1000 | 111010 | 0 | 10000 | 100100011 | 111100 | 111011 |
Color Harmonies of #C359D5
Complementary color
Monochromatic Colors of #C359D5
Black with #C359D5
Text Example
Text Example
White with #C359D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359D5; }
p { color: rgb(195,89,213); }
H1.HeaderClassName
{
color: #C359D5;
}
.AnyTagClassName
{
color: #C359D5;
}
</style>
background-color css
<style>
a { background-color: #C359D5; }
a { background-color: rgb(195,89,213); }
div.DivClassName
{
background-color: #C359D5;
}
.BgClassName
{
background-color: #C359D5;
}
</style>
border-color css
<style>
span { border-color: #C359D5; }
span { border-color: rgb(195,89,213); }
td.TdClassName
{
border-color: #C359D5;
}
.TagClassName
{
border-color: #C359D5;
}
</style>