Shades of Medium Orchid #C55FE2
Tints of Medium Orchid #C55FE2
RGB
CMYK
RGB Variations
Color information
#C55FE2 (or 0xC55FE2) is known color: Medium Orchid. HEX triplet: C5, 5F and E2. RGB value is (197,95,226). Sum of RGB (Red+Green+Blue) = 197+95+226=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #C55FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FE2 is #3AA01D. Grayscale: #8C8C8C. Windows color (decimal): -3842078 or 14835653. OLE color: 14835653.
HSL color Cylindrical-coordinate representation of color #C55FE2: hue angle of 286.72º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55FE2 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 95 | 226 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.11 |
| HSL | 286.72º | 0.69% | 0.63% | - |
| HSV(B) | 286.72º | 0.58% | 0.89% | - |
| XYZ | 40.85 | 25.55 | 74.73 | - |
| YUV | 140.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 226 | 0.13 | 0.58 | 0 | 0.11 | 286.72 | 0.69 | 0.63 |
| Hex | C5 | 5F | E2 | D | 3A | 0 | B | 11F | 45 | 3F |
| Octal | 305 | 137 | 342 | 15 | 72 | 0 | 13 | 437 | 105 | 77 |
| Binary | 11000101 | 1011111 | 11100010 | 1101 | 111010 | 0 | 1011 | 100011111 | 1000101 | 111111 |
Color Harmonies of #C55FE2
Complementary color
Monochromatic Colors of #C55FE2
Black with #C55FE2
Text Example
Text Example
White with #C55FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FE2; }
p { color: rgb(197,95,226); }
H1.HeaderClassName
{
color: #C55FE2;
}
.AnyTagClassName
{
color: #C55FE2;
}
</style>
background-color css
<style>
a { background-color: #C55FE2; }
a { background-color: rgb(197,95,226); }
div.DivClassName
{
background-color: #C55FE2;
}
.BgClassName
{
background-color: #C55FE2;
}
</style>
border-color css
<style>
span { border-color: #C55FE2; }
span { border-color: rgb(197,95,226); }
td.TdClassName
{
border-color: #C55FE2;
}
.TagClassName
{
border-color: #C55FE2;
}
</style>