Shades of Medium Orchid #C955EF
Tints of Medium Orchid #C955EF
RGB
CMYK
RGB Variations
Color information
#C955EF (or 0xC955EF) is known color: Medium Orchid. HEX triplet: C9, 55 and EF. RGB value is (201,85,239). Sum of RGB (Red+Green+Blue) = 201+85+239=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C955EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955EF is #36AA10. Grayscale: #888888. Windows color (decimal): -3582481 or 15685065. OLE color: 15685065.
HSL color Cylindrical-coordinate representation of color #C955EF: hue angle of 285.19º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C955EF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 85 | 239 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.06 |
| HSL | 285.19º | 0.83% | 0.64% | - |
| HSV(B) | 285.19º | 0.64% | 0.94% | - |
| XYZ | 42.92 | 25.15 | 84.25 | - |
| YUV | 137.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 239 | 0.16 | 0.64 | 0 | 0.06 | 285.19 | 0.83 | 0.64 |
| Hex | C9 | 55 | EF | 10 | 40 | 0 | 6 | 11D | 53 | 40 |
| Octal | 311 | 125 | 357 | 20 | 100 | 0 | 6 | 435 | 123 | 100 |
| Binary | 11001001 | 1010101 | 11101111 | 10000 | 1000000 | 0 | 110 | 100011101 | 1010011 | 1000000 |
Color Harmonies of #C955EF
Complementary color
Monochromatic Colors of #C955EF
Black with #C955EF
Text Example
Text Example
White with #C955EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955EF; }
p { color: rgb(201,85,239); }
H1.HeaderClassName
{
color: #C955EF;
}
.AnyTagClassName
{
color: #C955EF;
}
</style>
background-color css
<style>
a { background-color: #C955EF; }
a { background-color: rgb(201,85,239); }
div.DivClassName
{
background-color: #C955EF;
}
.BgClassName
{
background-color: #C955EF;
}
</style>
border-color css
<style>
span { border-color: #C955EF; }
span { border-color: rgb(201,85,239); }
td.TdClassName
{
border-color: #C955EF;
}
.TagClassName
{
border-color: #C955EF;
}
</style>