Shades of Medium Orchid #C55FEE
Tints of Medium Orchid #C55FEE
RGB
CMYK
RGB Variations
Color information
#C55FEE (or 0xC55FEE) is known color: Medium Orchid. HEX triplet: C5, 5F and EE. RGB value is (197,95,238). Sum of RGB (Red+Green+Blue) = 197+95+238=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C55FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FEE is #3AA011. Grayscale: #8D8D8D. Windows color (decimal): -3842066 or 15622085. OLE color: 15622085.
HSL color Cylindrical-coordinate representation of color #C55FEE: hue angle of 282.8º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55FEE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 95 | 238 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.07 |
| HSL | 282.8º | 0.81% | 0.65% | - |
| HSV(B) | 282.8º | 0.6% | 0.93% | - |
| XYZ | 42.55 | 26.23 | 83.71 | - |
| YUV | 141.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 238 | 0.17 | 0.60 | 0 | 0.07 | 282.8 | 0.81 | 0.65 |
| Hex | C5 | 5F | EE | 11 | 3C | 0 | 7 | 11B | 51 | 41 |
| Octal | 305 | 137 | 356 | 21 | 74 | 0 | 7 | 433 | 121 | 101 |
| Binary | 11000101 | 1011111 | 11101110 | 10001 | 111100 | 0 | 111 | 100011011 | 1010001 | 1000001 |
Color Harmonies of #C55FEE
Complementary color
Monochromatic Colors of #C55FEE
Black with #C55FEE
Text Example
Text Example
White with #C55FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FEE; }
p { color: rgb(197,95,238); }
H1.HeaderClassName
{
color: #C55FEE;
}
.AnyTagClassName
{
color: #C55FEE;
}
</style>
background-color css
<style>
a { background-color: #C55FEE; }
a { background-color: rgb(197,95,238); }
div.DivClassName
{
background-color: #C55FEE;
}
.BgClassName
{
background-color: #C55FEE;
}
</style>
border-color css
<style>
span { border-color: #C55FEE; }
span { border-color: rgb(197,95,238); }
td.TdClassName
{
border-color: #C55FEE;
}
.TagClassName
{
border-color: #C55FEE;
}
</style>