Shades of Medium Orchid #C55CD1
Tints of Medium Orchid #C55CD1
RGB
CMYK
RGB Variations
Color information
#C55CD1 (or 0xC55CD1) is known color: Medium Orchid. HEX triplet: C5, 5C and D1. RGB value is (197,92,209). Sum of RGB (Red+Green+Blue) = 197+92+209=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C55CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CD1 is #3AA32E. Grayscale: #888888. Windows color (decimal): -3842863 or 13720773. OLE color: 13720773.
HSL color Cylindrical-coordinate representation of color #C55CD1: hue angle of 293.85º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55CD1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 92 | 209 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.18 |
| HSL | 293.85º | 0.56% | 0.59% | - |
| HSV(B) | 293.85º | 0.56% | 0.82% | - |
| XYZ | 38.36 | 24.13 | 62.96 | - |
| YUV | 136.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 209 | 0.06 | 0.56 | 0 | 0.18 | 293.85 | 0.56 | 0.59 |
| Hex | C5 | 5C | D1 | 6 | 38 | 0 | 12 | 126 | 38 | 3B |
| Octal | 305 | 134 | 321 | 6 | 70 | 0 | 22 | 446 | 70 | 73 |
| Binary | 11000101 | 1011100 | 11010001 | 110 | 111000 | 0 | 10010 | 100100110 | 111000 | 111011 |
Color Harmonies of #C55CD1
Complementary color
Monochromatic Colors of #C55CD1
Black with #C55CD1
Text Example
Text Example
White with #C55CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CD1; }
p { color: rgb(197,92,209); }
H1.HeaderClassName
{
color: #C55CD1;
}
.AnyTagClassName
{
color: #C55CD1;
}
</style>
background-color css
<style>
a { background-color: #C55CD1; }
a { background-color: rgb(197,92,209); }
div.DivClassName
{
background-color: #C55CD1;
}
.BgClassName
{
background-color: #C55CD1;
}
</style>
border-color css
<style>
span { border-color: #C55CD1; }
span { border-color: rgb(197,92,209); }
td.TdClassName
{
border-color: #C55CD1;
}
.TagClassName
{
border-color: #C55CD1;
}
</style>