Shades of Medium Orchid #C955F3
Tints of Medium Orchid #C955F3
RGB
CMYK
RGB Variations
Color information
#C955F3 (or 0xC955F3) is known color: Medium Orchid. HEX triplet: C9, 55 and F3. RGB value is (201,85,243). Sum of RGB (Red+Green+Blue) = 201+85+243=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C955F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955F3 is #36AA0C. Grayscale: #898989. Windows color (decimal): -3582477 or 15947209. OLE color: 15947209.
HSL color Cylindrical-coordinate representation of color #C955F3: hue angle of 284.05º degrees, saturation: 0.87, 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 #C955F3 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 85 | 243 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.05 |
| HSL | 284.05º | 0.87% | 0.64% | - |
| HSV(B) | 284.05º | 0.65% | 0.95% | - |
| XYZ | 43.51 | 25.39 | 87.4 | - |
| YUV | 137.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 243 | 0.17 | 0.65 | 0 | 0.05 | 284.05 | 0.87 | 0.64 |
| Hex | C9 | 55 | F3 | 11 | 41 | 0 | 5 | 11C | 57 | 40 |
| Octal | 311 | 125 | 363 | 21 | 101 | 0 | 5 | 434 | 127 | 100 |
| Binary | 11001001 | 1010101 | 11110011 | 10001 | 1000001 | 0 | 101 | 100011100 | 1010111 | 1000000 |
Color Harmonies of #C955F3
Complementary color
Monochromatic Colors of #C955F3
Black with #C955F3
Text Example
Text Example
White with #C955F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955F3; }
p { color: rgb(201,85,243); }
H1.HeaderClassName
{
color: #C955F3;
}
.AnyTagClassName
{
color: #C955F3;
}
</style>
background-color css
<style>
a { background-color: #C955F3; }
a { background-color: rgb(201,85,243); }
div.DivClassName
{
background-color: #C955F3;
}
.BgClassName
{
background-color: #C955F3;
}
</style>
border-color css
<style>
span { border-color: #C955F3; }
span { border-color: rgb(201,85,243); }
td.TdClassName
{
border-color: #C955F3;
}
.TagClassName
{
border-color: #C955F3;
}
</style>