Shades of Medium Orchid #C357E0
Tints of Medium Orchid #C357E0
RGB
CMYK
RGB Variations
Color information
#C357E0 (or 0xC357E0) is known color: Medium Orchid. HEX triplet: C3, 57 and E0. RGB value is (195,87,224). Sum of RGB (Red+Green+Blue) = 195+87+224=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #C357E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357E0 is #3CA81F. Grayscale: #868686. Windows color (decimal): -3975200 or 14702531. OLE color: 14702531.
HSL color Cylindrical-coordinate representation of color #C357E0: hue angle of 287.3º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C357E0 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 87 | 224 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.12 |
| HSL | 287.3º | 0.69% | 0.61% | - |
| HSV(B) | 287.3º | 0.61% | 0.88% | - |
| XYZ | 39.37 | 23.8 | 73.04 | - |
| YUV | 134.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 224 | 0.13 | 0.61 | 0 | 0.12 | 287.3 | 0.69 | 0.61 |
| Hex | C3 | 57 | E0 | D | 3D | 0 | C | 11F | 45 | 3D |
| Octal | 303 | 127 | 340 | 15 | 75 | 0 | 14 | 437 | 105 | 75 |
| Binary | 11000011 | 1010111 | 11100000 | 1101 | 111101 | 0 | 1100 | 100011111 | 1000101 | 111101 |
Color Harmonies of #C357E0
Complementary color
Monochromatic Colors of #C357E0
Black with #C357E0
Text Example
Text Example
White with #C357E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357E0; }
p { color: rgb(195,87,224); }
H1.HeaderClassName
{
color: #C357E0;
}
.AnyTagClassName
{
color: #C357E0;
}
</style>
background-color css
<style>
a { background-color: #C357E0; }
a { background-color: rgb(195,87,224); }
div.DivClassName
{
background-color: #C357E0;
}
.BgClassName
{
background-color: #C357E0;
}
</style>
border-color css
<style>
span { border-color: #C357E0; }
span { border-color: rgb(195,87,224); }
td.TdClassName
{
border-color: #C357E0;
}
.TagClassName
{
border-color: #C357E0;
}
</style>