Shades of Medium Orchid #C355F1
Tints of Medium Orchid #C355F1
RGB
CMYK
RGB Variations
Color information
#C355F1 (or 0xC355F1) is known color: Medium Orchid. HEX triplet: C3, 55 and F1. RGB value is (195,85,241). Sum of RGB (Red+Green+Blue) = 195+85+241=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #C355F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355F1 is #3CAA0E. Grayscale: #878787. Windows color (decimal): -3975695 or 15816131. OLE color: 15816131.
HSL color Cylindrical-coordinate representation of color #C355F1: hue angle of 282.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C355F1 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 85 | 241 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.05 |
| HSL | 282.31º | 0.85% | 0.64% | - |
| HSV(B) | 282.31º | 0.65% | 0.95% | - |
| XYZ | 41.63 | 24.45 | 85.74 | - |
| YUV | 135.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 241 | 0.19 | 0.65 | 0 | 0.05 | 282.31 | 0.85 | 0.64 |
| Hex | C3 | 55 | F1 | 13 | 41 | 0 | 5 | 11A | 55 | 40 |
| Octal | 303 | 125 | 361 | 23 | 101 | 0 | 5 | 432 | 125 | 100 |
| Binary | 11000011 | 1010101 | 11110001 | 10011 | 1000001 | 0 | 101 | 100011010 | 1010101 | 1000000 |
Color Harmonies of #C355F1
Complementary color
Monochromatic Colors of #C355F1
Black with #C355F1
Text Example
Text Example
White with #C355F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355F1; }
p { color: rgb(195,85,241); }
H1.HeaderClassName
{
color: #C355F1;
}
.AnyTagClassName
{
color: #C355F1;
}
</style>
background-color css
<style>
a { background-color: #C355F1; }
a { background-color: rgb(195,85,241); }
div.DivClassName
{
background-color: #C355F1;
}
.BgClassName
{
background-color: #C355F1;
}
</style>
border-color css
<style>
span { border-color: #C355F1; }
span { border-color: rgb(195,85,241); }
td.TdClassName
{
border-color: #C355F1;
}
.TagClassName
{
border-color: #C355F1;
}
</style>