Shades of Medium Orchid #C359D2
Tints of Medium Orchid #C359D2
RGB
CMYK
RGB Variations
Color information
#C359D2 (or 0xC359D2) is known color: Medium Orchid. HEX triplet: C3, 59 and D2. RGB value is (195,89,210). Sum of RGB (Red+Green+Blue) = 195+89+210=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #C359D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359D2 is #3CA62D. Grayscale: #868686. Windows color (decimal): -3974702 or 13785539. OLE color: 13785539.
HSL color Cylindrical-coordinate representation of color #C359D2: hue angle of 292.56º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C359D2 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 89 | 210 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.18 |
| HSL | 292.56º | 0.57% | 0.59% | - |
| HSV(B) | 292.56º | 0.58% | 0.82% | - |
| XYZ | 37.71 | 23.4 | 63.5 | - |
| YUV | 134.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 210 | 0.07 | 0.58 | 0 | 0.18 | 292.56 | 0.57 | 0.59 |
| Hex | C3 | 59 | D2 | 7 | 3A | 0 | 12 | 125 | 39 | 3B |
| Octal | 303 | 131 | 322 | 7 | 72 | 0 | 22 | 445 | 71 | 73 |
| Binary | 11000011 | 1011001 | 11010010 | 111 | 111010 | 0 | 10010 | 100100101 | 111001 | 111011 |
Color Harmonies of #C359D2
Complementary color
Monochromatic Colors of #C359D2
Black with #C359D2
Text Example
Text Example
White with #C359D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359D2; }
p { color: rgb(195,89,210); }
H1.HeaderClassName
{
color: #C359D2;
}
.AnyTagClassName
{
color: #C359D2;
}
</style>
background-color css
<style>
a { background-color: #C359D2; }
a { background-color: rgb(195,89,210); }
div.DivClassName
{
background-color: #C359D2;
}
.BgClassName
{
background-color: #C359D2;
}
</style>
border-color css
<style>
span { border-color: #C359D2; }
span { border-color: rgb(195,89,210); }
td.TdClassName
{
border-color: #C359D2;
}
.TagClassName
{
border-color: #C359D2;
}
</style>