Shades of Medium Orchid #C359D0
Tints of Medium Orchid #C359D0
RGB
CMYK
RGB Variations
Color information
#C359D0 (or 0xC359D0) is known color: Medium Orchid. HEX triplet: C3, 59 and D0. RGB value is (195,89,208). Sum of RGB (Red+Green+Blue) = 195+89+208=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #C359D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359D0 is #3CA62F. Grayscale: #858585. Windows color (decimal): -3974704 or 13654467. OLE color: 13654467.
HSL color Cylindrical-coordinate representation of color #C359D0: hue angle of 293.45º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C359D0 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 89 | 208 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.18 |
| HSL | 293.45º | 0.56% | 0.58% | - |
| HSV(B) | 293.45º | 0.57% | 0.82% | - |
| XYZ | 37.46 | 23.3 | 62.2 | - |
| YUV | 134.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 208 | 0.06 | 0.57 | 0 | 0.18 | 293.45 | 0.56 | 0.58 |
| Hex | C3 | 59 | D0 | 6 | 39 | 0 | 12 | 125 | 38 | 3A |
| Octal | 303 | 131 | 320 | 6 | 71 | 0 | 22 | 445 | 70 | 72 |
| Binary | 11000011 | 1011001 | 11010000 | 110 | 111001 | 0 | 10010 | 100100101 | 111000 | 111010 |
Color Harmonies of #C359D0
Complementary color
Monochromatic Colors of #C359D0
Black with #C359D0
Text Example
Text Example
White with #C359D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359D0; }
p { color: rgb(195,89,208); }
H1.HeaderClassName
{
color: #C359D0;
}
.AnyTagClassName
{
color: #C359D0;
}
</style>
background-color css
<style>
a { background-color: #C359D0; }
a { background-color: rgb(195,89,208); }
div.DivClassName
{
background-color: #C359D0;
}
.BgClassName
{
background-color: #C359D0;
}
</style>
border-color css
<style>
span { border-color: #C359D0; }
span { border-color: rgb(195,89,208); }
td.TdClassName
{
border-color: #C359D0;
}
.TagClassName
{
border-color: #C359D0;
}
</style>