Shades of Medium Orchid #C55FDD
Tints of Medium Orchid #C55FDD
RGB
CMYK
RGB Variations
Color information
#C55FDD (or 0xC55FDD) is known color: Medium Orchid. HEX triplet: C5, 5F and DD. RGB value is (197,95,221). Sum of RGB (Red+Green+Blue) = 197+95+221=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C55FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FDD is #3AA022. Grayscale: #8B8B8B. Windows color (decimal): -3842083 or 14507973. OLE color: 14507973.
HSL color Cylindrical-coordinate representation of color #C55FDD: hue angle of 288.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55FDD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 95 | 221 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.57º | 0.65% | 0.62% | - |
| HSV(B) | 288.57º | 0.57% | 0.87% | - |
| XYZ | 40.17 | 25.28 | 71.17 | - |
| YUV | 139.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 221 | 0.11 | 0.57 | 0 | 0.13 | 288.57 | 0.65 | 0.62 |
| Hex | C5 | 5F | DD | B | 39 | 0 | D | 121 | 41 | 3E |
| Octal | 305 | 137 | 335 | 13 | 71 | 0 | 15 | 441 | 101 | 76 |
| Binary | 11000101 | 1011111 | 11011101 | 1011 | 111001 | 0 | 1101 | 100100001 | 1000001 | 111110 |
Color Harmonies of #C55FDD
Complementary color
Monochromatic Colors of #C55FDD
Black with #C55FDD
Text Example
Text Example
White with #C55FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FDD; }
p { color: rgb(197,95,221); }
H1.HeaderClassName
{
color: #C55FDD;
}
.AnyTagClassName
{
color: #C55FDD;
}
</style>
background-color css
<style>
a { background-color: #C55FDD; }
a { background-color: rgb(197,95,221); }
div.DivClassName
{
background-color: #C55FDD;
}
.BgClassName
{
background-color: #C55FDD;
}
</style>
border-color css
<style>
span { border-color: #C55FDD; }
span { border-color: rgb(197,95,221); }
td.TdClassName
{
border-color: #C55FDD;
}
.TagClassName
{
border-color: #C55FDD;
}
</style>