Shades of Medium Orchid #C353E0
Tints of Medium Orchid #C353E0
RGB
CMYK
RGB Variations
Color information
#C353E0 (or 0xC353E0) is known color: Medium Orchid. HEX triplet: C3, 53 and E0. RGB value is (195,83,224). Sum of RGB (Red+Green+Blue) = 195+83+224=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #C353E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353E0 is #3CAC1F. Grayscale: #848484. Windows color (decimal): -3976224 or 14701507. OLE color: 14701507.
HSL color Cylindrical-coordinate representation of color #C353E0: hue angle of 287.66º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C353E0 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 83 | 224 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.12 |
| HSL | 287.66º | 0.69% | 0.6% | - |
| HSV(B) | 287.66º | 0.63% | 0.88% | - |
| XYZ | 39.05 | 23.17 | 72.94 | - |
| YUV | 132.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 224 | 0.13 | 0.63 | 0 | 0.12 | 287.66 | 0.69 | 0.6 |
| Hex | C3 | 53 | E0 | D | 3F | 0 | C | 120 | 45 | 3C |
| Octal | 303 | 123 | 340 | 15 | 77 | 0 | 14 | 440 | 105 | 74 |
| Binary | 11000011 | 1010011 | 11100000 | 1101 | 111111 | 0 | 1100 | 100100000 | 1000101 | 111100 |
Color Harmonies of #C353E0
Complementary color
Monochromatic Colors of #C353E0
Black with #C353E0
Text Example
Text Example
White with #C353E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353E0; }
p { color: rgb(195,83,224); }
H1.HeaderClassName
{
color: #C353E0;
}
.AnyTagClassName
{
color: #C353E0;
}
</style>
background-color css
<style>
a { background-color: #C353E0; }
a { background-color: rgb(195,83,224); }
div.DivClassName
{
background-color: #C353E0;
}
.BgClassName
{
background-color: #C353E0;
}
</style>
border-color css
<style>
span { border-color: #C353E0; }
span { border-color: rgb(195,83,224); }
td.TdClassName
{
border-color: #C353E0;
}
.TagClassName
{
border-color: #C353E0;
}
</style>