Shades of Medium Orchid #C355DC
Tints of Medium Orchid #C355DC
RGB
CMYK
RGB Variations
Color information
#C355DC (or 0xC355DC) is known color: Medium Orchid. HEX triplet: C3, 55 and DC. RGB value is (195,85,220). Sum of RGB (Red+Green+Blue) = 195+85+220=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C355DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355DC is #3CAA23. Grayscale: #848484. Windows color (decimal): -3975716 or 14439875. OLE color: 14439875.
HSL color Cylindrical-coordinate representation of color #C355DC: hue angle of 288.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C355DC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 85 | 220 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.14 |
| HSL | 288.89º | 0.66% | 0.6% | - |
| HSV(B) | 288.89º | 0.61% | 0.86% | - |
| XYZ | 38.67 | 23.27 | 70.16 | - |
| YUV | 133.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 220 | 0.11 | 0.61 | 0 | 0.14 | 288.89 | 0.66 | 0.6 |
| Hex | C3 | 55 | DC | B | 3D | 0 | E | 121 | 42 | 3C |
| Octal | 303 | 125 | 334 | 13 | 75 | 0 | 16 | 441 | 102 | 74 |
| Binary | 11000011 | 1010101 | 11011100 | 1011 | 111101 | 0 | 1110 | 100100001 | 1000010 | 111100 |
Color Harmonies of #C355DC
Complementary color
Monochromatic Colors of #C355DC
Black with #C355DC
Text Example
Text Example
White with #C355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355DC; }
p { color: rgb(195,85,220); }
H1.HeaderClassName
{
color: #C355DC;
}
.AnyTagClassName
{
color: #C355DC;
}
</style>
background-color css
<style>
a { background-color: #C355DC; }
a { background-color: rgb(195,85,220); }
div.DivClassName
{
background-color: #C355DC;
}
.BgClassName
{
background-color: #C355DC;
}
</style>
border-color css
<style>
span { border-color: #C355DC; }
span { border-color: rgb(195,85,220); }
td.TdClassName
{
border-color: #C355DC;
}
.TagClassName
{
border-color: #C355DC;
}
</style>