Shades of Medium Orchid #C355CE
Tints of Medium Orchid #C355CE
RGB
CMYK
RGB Variations
Color information
#C355CE (or 0xC355CE) is known color: Medium Orchid. HEX triplet: C3, 55 and CE. RGB value is (195,85,206). Sum of RGB (Red+Green+Blue) = 195+85+206=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #C355CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355CE is #3CAA31. Grayscale: #838383. Windows color (decimal): -3975730 or 13522371. OLE color: 13522371.
HSL color Cylindrical-coordinate representation of color #C355CE: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C355CE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 85 | 206 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.19 |
| HSL | 294.55º | 0.55% | 0.57% | - |
| HSV(B) | 294.55º | 0.59% | 0.81% | - |
| XYZ | 36.89 | 22.56 | 60.8 | - |
| YUV | 131.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 206 | 0.05 | 0.59 | 0 | 0.19 | 294.55 | 0.55 | 0.57 |
| Hex | C3 | 55 | CE | 5 | 3B | 0 | 13 | 127 | 37 | 39 |
| Octal | 303 | 125 | 316 | 5 | 73 | 0 | 23 | 447 | 67 | 71 |
| Binary | 11000011 | 1010101 | 11001110 | 101 | 111011 | 0 | 10011 | 100100111 | 110111 | 111001 |
Color Harmonies of #C355CE
Complementary color
Monochromatic Colors of #C355CE
Black with #C355CE
Text Example
Text Example
White with #C355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355CE; }
p { color: rgb(195,85,206); }
H1.HeaderClassName
{
color: #C355CE;
}
.AnyTagClassName
{
color: #C355CE;
}
</style>
background-color css
<style>
a { background-color: #C355CE; }
a { background-color: rgb(195,85,206); }
div.DivClassName
{
background-color: #C355CE;
}
.BgClassName
{
background-color: #C355CE;
}
</style>
border-color css
<style>
span { border-color: #C355CE; }
span { border-color: rgb(195,85,206); }
td.TdClassName
{
border-color: #C355CE;
}
.TagClassName
{
border-color: #C355CE;
}
</style>