Shades of Medium Orchid #C357DC
Tints of Medium Orchid #C357DC
RGB
CMYK
RGB Variations
Color information
#C357DC (or 0xC357DC) is known color: Medium Orchid. HEX triplet: C3, 57 and DC. RGB value is (195,87,220). Sum of RGB (Red+Green+Blue) = 195+87+220=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C357DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357DC is #3CA823. Grayscale: #868686. Windows color (decimal): -3975204 or 14440387. OLE color: 14440387.
HSL color Cylindrical-coordinate representation of color #C357DC: hue angle of 288.72º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C357DC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 87 | 220 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.14 |
| HSL | 288.72º | 0.66% | 0.6% | - |
| HSV(B) | 288.72º | 0.6% | 0.86% | - |
| XYZ | 38.83 | 23.59 | 70.22 | - |
| YUV | 134.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 220 | 0.11 | 0.60 | 0 | 0.14 | 288.72 | 0.66 | 0.6 |
| Hex | C3 | 57 | DC | B | 3C | 0 | E | 121 | 42 | 3C |
| Octal | 303 | 127 | 334 | 13 | 74 | 0 | 16 | 441 | 102 | 74 |
| Binary | 11000011 | 1010111 | 11011100 | 1011 | 111100 | 0 | 1110 | 100100001 | 1000010 | 111100 |
Color Harmonies of #C357DC
Complementary color
Monochromatic Colors of #C357DC
Black with #C357DC
Text Example
Text Example
White with #C357DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357DC; }
p { color: rgb(195,87,220); }
H1.HeaderClassName
{
color: #C357DC;
}
.AnyTagClassName
{
color: #C357DC;
}
</style>
background-color css
<style>
a { background-color: #C357DC; }
a { background-color: rgb(195,87,220); }
div.DivClassName
{
background-color: #C357DC;
}
.BgClassName
{
background-color: #C357DC;
}
</style>
border-color css
<style>
span { border-color: #C357DC; }
span { border-color: rgb(195,87,220); }
td.TdClassName
{
border-color: #C357DC;
}
.TagClassName
{
border-color: #C357DC;
}
</style>