Shades of Medium Orchid #C551EE
Tints of Medium Orchid #C551EE
RGB
CMYK
RGB Variations
Color information
#C551EE (or 0xC551EE) is known color: Medium Orchid. HEX triplet: C5, 51 and EE. RGB value is (197,81,238). Sum of RGB (Red+Green+Blue) = 197+81+238=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #C551EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551EE is #3AAE11. Grayscale: #858585. Windows color (decimal): -3845650 or 15618501. OLE color: 15618501.
HSL color Cylindrical-coordinate representation of color #C551EE: hue angle of 284.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C551EE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 81 | 238 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.33º | 0.82% | 0.63% | - |
| HSV(B) | 284.33º | 0.66% | 0.93% | - |
| XYZ | 41.4 | 23.93 | 83.33 | - |
| YUV | 133.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 238 | 0.17 | 0.66 | 0 | 0.07 | 284.33 | 0.82 | 0.63 |
| Hex | C5 | 51 | EE | 11 | 42 | 0 | 7 | 11C | 52 | 3F |
| Octal | 305 | 121 | 356 | 21 | 102 | 0 | 7 | 434 | 122 | 77 |
| Binary | 11000101 | 1010001 | 11101110 | 10001 | 1000010 | 0 | 111 | 100011100 | 1010010 | 111111 |
Color Harmonies of #C551EE
Complementary color
Monochromatic Colors of #C551EE
Black with #C551EE
Text Example
Text Example
White with #C551EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551EE; }
p { color: rgb(197,81,238); }
H1.HeaderClassName
{
color: #C551EE;
}
.AnyTagClassName
{
color: #C551EE;
}
</style>
background-color css
<style>
a { background-color: #C551EE; }
a { background-color: rgb(197,81,238); }
div.DivClassName
{
background-color: #C551EE;
}
.BgClassName
{
background-color: #C551EE;
}
</style>
border-color css
<style>
span { border-color: #C551EE; }
span { border-color: rgb(197,81,238); }
td.TdClassName
{
border-color: #C551EE;
}
.TagClassName
{
border-color: #C551EE;
}
</style>