Shades of Medium Orchid #C355ED
Tints of Medium Orchid #C355ED
RGB
CMYK
RGB Variations
Color information
#C355ED (or 0xC355ED) is known color: Medium Orchid. HEX triplet: C3, 55 and ED. RGB value is (195,85,237). Sum of RGB (Red+Green+Blue) = 195+85+237=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #C355ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355ED is #3CAA12. Grayscale: #868686. Windows color (decimal): -3975699 or 15553987. OLE color: 15553987.
HSL color Cylindrical-coordinate representation of color #C355ED: hue angle of 283.42º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C355ED is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 85 | 237 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.07 |
| HSL | 283.42º | 0.81% | 0.63% | - |
| HSV(B) | 283.42º | 0.64% | 0.93% | - |
| XYZ | 41.04 | 24.21 | 82.63 | - |
| YUV | 135.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 237 | 0.18 | 0.64 | 0 | 0.07 | 283.42 | 0.81 | 0.63 |
| Hex | C3 | 55 | ED | 12 | 40 | 0 | 7 | 11B | 51 | 3F |
| Octal | 303 | 125 | 355 | 22 | 100 | 0 | 7 | 433 | 121 | 77 |
| Binary | 11000011 | 1010101 | 11101101 | 10010 | 1000000 | 0 | 111 | 100011011 | 1010001 | 111111 |
Color Harmonies of #C355ED
Complementary color
Monochromatic Colors of #C355ED
Black with #C355ED
Text Example
Text Example
White with #C355ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355ED; }
p { color: rgb(195,85,237); }
H1.HeaderClassName
{
color: #C355ED;
}
.AnyTagClassName
{
color: #C355ED;
}
</style>
background-color css
<style>
a { background-color: #C355ED; }
a { background-color: rgb(195,85,237); }
div.DivClassName
{
background-color: #C355ED;
}
.BgClassName
{
background-color: #C355ED;
}
</style>
border-color css
<style>
span { border-color: #C355ED; }
span { border-color: rgb(195,85,237); }
td.TdClassName
{
border-color: #C355ED;
}
.TagClassName
{
border-color: #C355ED;
}
</style>