Shades of Medium Orchid #C55DD1
Tints of Medium Orchid #C55DD1
RGB
CMYK
RGB Variations
Color information
#C55DD1 (or 0xC55DD1) is known color: Medium Orchid. HEX triplet: C5, 5D and D1. RGB value is (197,93,209). Sum of RGB (Red+Green+Blue) = 197+93+209=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #C55DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DD1 is #3AA22E. Grayscale: #888888. Windows color (decimal): -3842607 or 13721029. OLE color: 13721029.
HSL color Cylindrical-coordinate representation of color #C55DD1: hue angle of 293.79º 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 #C55DD1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 93 | 209 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.18 |
| HSL | 293.79º | 0.56% | 0.59% | - |
| HSV(B) | 293.79º | 0.56% | 0.82% | - |
| XYZ | 38.45 | 24.3 | 62.99 | - |
| YUV | 137.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 209 | 0.06 | 0.56 | 0 | 0.18 | 293.79 | 0.56 | 0.59 |
| Hex | C5 | 5D | D1 | 6 | 38 | 0 | 12 | 126 | 38 | 3B |
| Octal | 305 | 135 | 321 | 6 | 70 | 0 | 22 | 446 | 70 | 73 |
| Binary | 11000101 | 1011101 | 11010001 | 110 | 111000 | 0 | 10010 | 100100110 | 111000 | 111011 |
Color Harmonies of #C55DD1
Complementary color
Monochromatic Colors of #C55DD1
Black with #C55DD1
Text Example
Text Example
White with #C55DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DD1; }
p { color: rgb(197,93,209); }
H1.HeaderClassName
{
color: #C55DD1;
}
.AnyTagClassName
{
color: #C55DD1;
}
</style>
background-color css
<style>
a { background-color: #C55DD1; }
a { background-color: rgb(197,93,209); }
div.DivClassName
{
background-color: #C55DD1;
}
.BgClassName
{
background-color: #C55DD1;
}
</style>
border-color css
<style>
span { border-color: #C55DD1; }
span { border-color: rgb(197,93,209); }
td.TdClassName
{
border-color: #C55DD1;
}
.TagClassName
{
border-color: #C55DD1;
}
</style>