Shades of Medium Orchid #C55DD7
Tints of Medium Orchid #C55DD7
RGB
CMYK
RGB Variations
Color information
#C55DD7 (or 0xC55DD7) is known color: Medium Orchid. HEX triplet: C5, 5D and D7. RGB value is (197,93,215). Sum of RGB (Red+Green+Blue) = 197+93+215=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #C55DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DD7 is #3AA228. Grayscale: #898989. Windows color (decimal): -3842601 or 14114245. OLE color: 14114245.
HSL color Cylindrical-coordinate representation of color #C55DD7: hue angle of 291.15º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55DD7 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 93 | 215 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.16 |
| HSL | 291.15º | 0.6% | 0.6% | - |
| HSV(B) | 291.15º | 0.57% | 0.84% | - |
| XYZ | 39.21 | 24.61 | 66.97 | - |
| YUV | 138 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 215 | 0.08 | 0.57 | 0 | 0.16 | 291.15 | 0.6 | 0.6 |
| Hex | C5 | 5D | D7 | 8 | 39 | 0 | 10 | 123 | 3C | 3C |
| Octal | 305 | 135 | 327 | 10 | 71 | 0 | 20 | 443 | 74 | 74 |
| Binary | 11000101 | 1011101 | 11010111 | 1000 | 111001 | 0 | 10000 | 100100011 | 111100 | 111100 |
Color Harmonies of #C55DD7
Complementary color
Monochromatic Colors of #C55DD7
Black with #C55DD7
Text Example
Text Example
White with #C55DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DD7; }
p { color: rgb(197,93,215); }
H1.HeaderClassName
{
color: #C55DD7;
}
.AnyTagClassName
{
color: #C55DD7;
}
</style>
background-color css
<style>
a { background-color: #C55DD7; }
a { background-color: rgb(197,93,215); }
div.DivClassName
{
background-color: #C55DD7;
}
.BgClassName
{
background-color: #C55DD7;
}
</style>
border-color css
<style>
span { border-color: #C55DD7; }
span { border-color: rgb(197,93,215); }
td.TdClassName
{
border-color: #C55DD7;
}
.TagClassName
{
border-color: #C55DD7;
}
</style>