Shades of Medium Orchid #C555EE
Tints of Medium Orchid #C555EE
RGB
CMYK
RGB Variations
Color information
#C555EE (or 0xC555EE) is known color: Medium Orchid. HEX triplet: C5, 55 and EE. RGB value is (197,85,238). Sum of RGB (Red+Green+Blue) = 197+85+238=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #C555EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C555EE is #3AAA11. Grayscale: #878787. Windows color (decimal): -3844626 or 15619525. OLE color: 15619525.
HSL color Cylindrical-coordinate representation of color #C555EE: hue angle of 283.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C555EE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 85 | 238 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.07 |
| HSL | 283.92º | 0.82% | 0.63% | - |
| HSV(B) | 283.92º | 0.64% | 0.93% | - |
| XYZ | 41.71 | 24.54 | 83.43 | - |
| YUV | 135.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 238 | 0.17 | 0.64 | 0 | 0.07 | 283.92 | 0.82 | 0.63 |
| Hex | C5 | 55 | EE | 11 | 40 | 0 | 7 | 11C | 52 | 3F |
| Octal | 305 | 125 | 356 | 21 | 100 | 0 | 7 | 434 | 122 | 77 |
| Binary | 11000101 | 1010101 | 11101110 | 10001 | 1000000 | 0 | 111 | 100011100 | 1010010 | 111111 |
Color Harmonies of #C555EE
Complementary color
Monochromatic Colors of #C555EE
Black with #C555EE
Text Example
Text Example
White with #C555EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555EE; }
p { color: rgb(197,85,238); }
H1.HeaderClassName
{
color: #C555EE;
}
.AnyTagClassName
{
color: #C555EE;
}
</style>
background-color css
<style>
a { background-color: #C555EE; }
a { background-color: rgb(197,85,238); }
div.DivClassName
{
background-color: #C555EE;
}
.BgClassName
{
background-color: #C555EE;
}
</style>
border-color css
<style>
span { border-color: #C555EE; }
span { border-color: rgb(197,85,238); }
td.TdClassName
{
border-color: #C555EE;
}
.TagClassName
{
border-color: #C555EE;
}
</style>