Shades of Medium Orchid #C55DD0
Tints of Medium Orchid #C55DD0
RGB
CMYK
RGB Variations
Color information
#C55DD0 (or 0xC55DD0) is known color: Medium Orchid. HEX triplet: C5, 5D and D0. RGB value is (197,93,208). Sum of RGB (Red+Green+Blue) = 197+93+208=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #C55DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DD0 is #3AA22F. Grayscale: #888888. Windows color (decimal): -3842608 or 13655493. OLE color: 13655493.
HSL color Cylindrical-coordinate representation of color #C55DD0: hue angle of 294.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55DD0 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 93 | 208 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.18 |
| HSL | 294.26º | 0.55% | 0.59% | - |
| HSV(B) | 294.26º | 0.55% | 0.82% | - |
| XYZ | 38.33 | 24.25 | 62.34 | - |
| YUV | 137.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 208 | 0.05 | 0.55 | 0 | 0.18 | 294.26 | 0.55 | 0.59 |
| Hex | C5 | 5D | D0 | 5 | 37 | 0 | 12 | 126 | 37 | 3B |
| Octal | 305 | 135 | 320 | 5 | 67 | 0 | 22 | 446 | 67 | 73 |
| Binary | 11000101 | 1011101 | 11010000 | 101 | 110111 | 0 | 10010 | 100100110 | 110111 | 111011 |
Color Harmonies of #C55DD0
Complementary color
Monochromatic Colors of #C55DD0
Black with #C55DD0
Text Example
Text Example
White with #C55DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DD0; }
p { color: rgb(197,93,208); }
H1.HeaderClassName
{
color: #C55DD0;
}
.AnyTagClassName
{
color: #C55DD0;
}
</style>
background-color css
<style>
a { background-color: #C55DD0; }
a { background-color: rgb(197,93,208); }
div.DivClassName
{
background-color: #C55DD0;
}
.BgClassName
{
background-color: #C55DD0;
}
</style>
border-color css
<style>
span { border-color: #C55DD0; }
span { border-color: rgb(197,93,208); }
td.TdClassName
{
border-color: #C55DD0;
}
.TagClassName
{
border-color: #C55DD0;
}
</style>